<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textHighlightDivider{
    background: linear-gradient(180deg, #FFF 0%, #E6F5FE 100%);
}

.textHighlightDivider .container{
    max-width: 1170px;
    margin: 0 auto;
}

.textHighlightDivider-feedback p{
    color: #2D3032;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: normal;
    line-height: normal;
    font-family: "Source Sans 3";
}

.textHighlightDivider-feedback p strong{
    color: #009EDC;
    font-weight: 400;
}


@media (max-width: 1400px) {
    .textHighlightDivider .container{
        max-width: 80% !important;
    }    
}

@media (max-width: 1280px) {
    .textHighlightDivider .container{
        max-width: 90% !important;
    }    
}

@media (max-width: 991px) {
    .textHighlightDivider {
        padding: 0 0 56px 0px !important;
    }
    .textHighlightDivider .container{
        max-width: 95% !important;
    }   
    .textHighlightDivider-banner{
        text-align: center;
        margin-bottom: 36px;
    } 
    .textHighlightDivider-banner img{
        max-width: 340px;
    }
    .textHighlightDivider-feedback p{
        font-size: 40px;
    }
}
</pre></body></html>