/* ==================================== */
/*              CTA SECTION             */
/* ==================================== */
.ctaSection {
    padding-inline: var(--side-padding);
}
.ctaSection__box {
    padding: 2.8rem 2.4rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: var(--shadow-md);
}
.ctaSection__text {
    max-width: 68rem;
    margin: 1.2rem auto 0;
}
.ctaSection__actions {
    gap: 1.2rem;
    margin-top: 2.4rem;
}
.ctaSection__actions .btn {
    width: 100%;
}
@media (min-width: 891px) {
    .ctaSection__box {
        padding: 3.6rem 3.2rem;
    }
    .ctaSection__actions .btn {
        width: auto;
    }
}
