.cta-section-epp {
    position: relative;
    padding: 40px 0;
    background: rgb(220, 242, 240);
    background: -moz-linear-gradient(180deg, rgba(220, 242, 240, 1) 52%, rgba(255, 255, 255, 1) 76%);
    background: -webkit-linear-gradient(180deg, rgba(220, 242, 240, 1) 52%, rgba(255, 255, 255, 1) 76%);
    background: linear-gradient(180deg, rgba(220, 242, 240, 1) 52%, rgba(255, 255, 255, 1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcf2f0", endColorstr="#ffffff", GradientType=1);
}

@media (min-width: 767.8px) {
    .cta-section-epp {
        padding-block: 100px;
    }
}


.cta-section-epp .container-new .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    max-width: 830px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-inline: 14px;
    margin-inline: auto;
}


.cta-section-epp .container-new .text-wrapper > * {
    width: 100%;
    flex-basis: 100%;
}

.cta-section-epp .container-new .text-wrapper .section-title {
    line-height: 1;
    margin-block: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.cta-section-epp .container-new .text-wrapper .button-wrapper {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-section-epp .container-new .text-wrapper .button-wrapper a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}


