@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    footer .column-element .column-label {
        font-size: 18px!important;
    }
    
    .cta-section .heading-wrap .section-title {
        font-size: 28px!important;
    }
}

.content-sidebar-wrap br {
    display: none;
}