section.full-width-cta {
    background: var(--Verato-Dark, #002554);
     padding: 80px 0;
    text-align: center;
    color: #FFF;
}

section.full-width-cta.style-light {
    background: linear-gradient(180deg, #CEEAFD 0%, #FFFFFF 100%);
    color: var(--c-primary);
}

section.full-width-cta.style-light .pre-footer-cta__content-heading{    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;}
section.full-width-cta .pre-footer-cta__content{max-width: 650px; margin: 0 auto;}
section.full-width-cta .pre-footer-cta__content .pre-footer-cta__content-subheading{    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 30px;}
section.full-width-cta.style-light .standart-btn:after{content: '';
    position: absolute;
    top: 23px;
    right: 31px;
    width: 15px;
    height: 10px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="12" height="5" viewBox="95.5 3.2 11 4.2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M103.069 7.08884C103.158 6.8583 103.255 6.6455 103.362 6.45044C103.468 6.2465 103.588 6.05587 103.721 5.87854H96.5918V4.78794H103.721C103.597 4.6106 103.481 4.4244 103.375 4.22934C103.268 4.0254 103.171 3.80817 103.082 3.57764H104.093C104.643 4.2249 105.246 4.717 105.902 5.05394V5.62584C105.246 5.94504 104.643 6.4327 104.093 7.08884H103.069Z" fill="currentColor"/></svg>');
    background-repeat: no-repeat;
    /* background-position: 55% center; */
    background-size: 13px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;}

section.full-width-cta.style-light .pre-footer-cta__buttons > a{    position: relative;
    padding: 15px 52px 15px 37px;
    font-size: 13.3px;}

section.full-width-cta.style-dark .pre-footer-cta__content-heading{ font-size: 5.6rem;
    line-height: 1;
    margin-bottom: 24px;}

@media (max-width: 991px){
	section.full-width-cta.style-dark .pre-footer-cta__content-heading{   font-size: 4rem;}
}