.cta-style {
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    margin-top:116px!important;
    margin-bottom:50px;
    padding-top:160px;
    padding-bottom:140px;
    padding-left:140px!important;
    background-image:url('../../../uploads/2026/02/green-footer.png');
    background-size:cover;
    background-position: center right;
    position: relative;
}
.cta-style::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: -50px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    background: var(--wp--preset--color--light-green);
    z-index: -1;
}
.cta-style h3 {
    max-width: calc(55% + 140px);
}
.cta-style p {
    max-width: 75%;
}
@media (max-width: 781px) {
    .cta-style {
       padding-left:var(--wp--style--root--padding-left)!important;
    }
    .cta-style h3 {
        max-width:95%;
    }
    .cta-style p {
        max-width: 95%;
    }
}