@media only screen and (min-width: 1024px ) {
    #footer-count1 { width: 26%!important; }
    #footer-count2 { width: 28%!important; }
    #footer-count3, #footer-count4 {
        width: 18% !important;
    }
    .about-section .ab-content { border-right: 1px solid #e10505!important; }
}
@media only screen and (max-width: 1180px ) and (min-width: 1024px) {
    .contact-page-wrap .contact-site-info-icon {
        width: 40px!important;
    }
    .contact-page-wrap .contact-site-info-details .contact-info {
    margin-bottom: 5px;
    font-size: 14px;
}
}