@media screen and (min-width: 700px) {
.btn-burger {
        display: none;
    }
}

