.cta-section {
    background: #fff;
}

.cta-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--bs-primary);
}

.cta-image {
    width: 100%;
    height: 55vh;
    background: center / cover no-repeat;
}

.cta-image--fallback {
    background: linear-gradient(135deg, #f5a8d7 0%, #fce4f2 100%);
}

@media (max-width: 575.98px) {
    .cta-image {
        height: 35vh;
    }
}
