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; */
    }
    .mobile-remove-padding{
        padding: 0!important;
    }
}
section.acf-side-by-side-cta-with-image .cta-image  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1300px) {
section.acf-side-by-side-cta-with-image .bold-cta-title {
    font-size: var(--f35);
}
}