/* Hide header contact info on mobile devices */
@media screen and (max-width: 768px) {
    .header-lower-style1 .header-contact-info {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .icon-back {
        display: none;
    }
}
