body {
    background-color: #d6e9f8; 
}

.card.card--cream {
    background: #faf6ee;
}

.cta-banner--center {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #faf6ee;
    border: 1px solid black;
}

.cta-banner--center .cta-text h3 {
    font-size: 2.8rem;
    font-weight: 500;
    max-width: 700px;
}

.cta-banner--center .cta-buttons {
    justify-content: center;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .cta-banner--center .cta-text h3 {
        font-size: 2rem;
        max-width: 100%;
    }

    .cta-banner--center {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .cta-banner--center .cta-text h3 {
        font-size: 1.6rem;
    }

    .cta-banner--center .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
}