.cover-full-width-content{
    padding-left: calc(((100vw - 1320px) / 2) + 15px);
    padding-right: calc(((100vw - 1320px) / 2) + 15px);
    font-family: "freight-sans-pro", sans-serif !important;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #000;
}

.cover-full-width-content.light-grey-white{
    background: rgb(231, 231, 231);
    background: linear-gradient(180deg, rgba(231, 231, 231, 1) 0%, rgba(231, 231, 231, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

.cover-full-width-content.white-blue {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(39, 108, 145, 1) 15%, rgba(39, 108, 145, 1) 100%);
}

.cover-full-width-content.white-blue .chart-source,
.cover-full-width-content.white-blue .chart-source button,
.cover-full-width-content.white-blue .tables-compare-secondary-text {
    color:#fff;
}

.cover-full-width-content.white-blue .chart-source button:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.494' height='6' viewBox='0 0 10.494 6'%3E%3Cpath fill='%23ffffff' id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M11.436,15.438,15.4,11.467a.747.747,0,0,1,1.059,0,.756.756,0,0,1,0,1.062l-4.5,4.5a.749.749,0,0,1-1.034.022L6.406,12.532A.75.75,0,1,1,7.465,11.47Z' transform='translate(-6.188 -11.246)'/%3E%3C/svg%3E%0A");
}

.cover-full-width-content .content-wrapper h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 1320px) {

    .cover-full-width-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}