.content-container.full-width-cta-container{font-size: 18px; }
.full-width-cta-content{padding: 0 20px;}
.full-width-cta-content :is(h1, h2, h3, h4, h5, h6){font-size: 47px; } 
.full-width-cta-box{padding-top: 5px;}
.full-width-cta-container :is(h1, h2, h3, h4, h5, h6){font-weight: 400; text-transform: uppercase;} 

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {

    .full-width-cta-content :is(h1, h2, h3, h4, h5, h6){font-size:38px; } 
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){

    .full-width-cta-content :is(h1, h2, h3, h4, h5, h6){font-size:34px; }
    .full-width-cta-content{padding: 0;} 
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
 @media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
