/* Your CSS codes here */
@media (max-width: 765px) {
    .header-1 .navy ul li a {
        background-color: white !important;
    }
}

@media (max-width: 480px) {
    .header-1 .navy ul li a {
        background-color: white !important;
    }
}