@media (max-width: 767px) {
    .mobile-menu {
        color: gray;
    }
    .main-menu {
        background: #fff;
    }
}