.menu__list{
    display: flex;
}

@media screen and (max-width:768px) {
    .menu__list{
        display: none;
    }
}