@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .main-header .header-items .header-col.logo-item {
        width: 200px!important;
    }
    
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 25px!important;
    }
    
    footer .column-element .column-label {
        font-size: 18px!important;
    }
}