
@media(max-width: 1200px) {
    #header .header-logo img {
        width: 200px !important;
    }

    #header .header-nav-main nav > ul > li > a {
        font-size: 13px !important;
    }
}

@media(max-width: 992px) {
    #header .header-logo img {
        width: 300px !important;
    }
}
