@media (min-width: 769px) {
    .header__mobile {
        display: none !important;
        max-width: 768px !important;
    }
}
