section.acf-side-by-side-cta-with-image .light-cta-title {
    font-size: var(--f30);
}
section.acf-side-by-side-cta-with-image .bold-cta-title {
    font-size: var(--f50);
}
@media (max-width: 992px) {
    section.acf-side-by-side-cta-with-image .light-cta-title {
        font-size: var(--f20);
    } 
    section.acf-side-by-side-cta-with-image .bold-cta-title {
        font-size: var(--f30);
    }
    section.acf-side-by-side-cta-with-image .left-right-btn a:nth-child(2) {
        padding-left: 10px;
        margin-top: 10px;
    }
}
