@media only screen and (min-width: 1024px) {

    .contact-page-wrap .contact-page-info .contact-info {
        font-size: 15px !important;
    }
    
}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
    
    .contact-page-wrap .contact-page-info .contact-info {
        font-size: 12px !important;
    }
}