/*********************************************
 * CTA Section
**********************************************/
.ifs-cta-section, .ifs-cta-section-inner {position:relative;}
.ifs-cta-section-inner {min-height:370px; padding:var(--ifs-spacing-default) 0;}
.ifs-cta-section__bg {
    position:absolute; top:0; left:0; right:0; bottom:0; z-index:2;
    background-position: right!important;
    background-color: rgb(243, 215, 51);
    background-repeat: no-repeat;
    background-size: 100%;
}
.ifs-cta-section__content {position:relative; z-index:2; width:100%; margin:0 auto;}
.ifs-cta-section__content .wpb_content_element:last-child {margin-bottom:0;}


/*********************************************
 * CTA Section Responsive
**********************************************/
@media only screen and (max-width:480px) {
    .ifs-cta-section-inner {min-height:300px;}
}
