.wy-cta-banner {
    max-width: 100%;
    background-color: var(--wy-color-dark-teal);
    padding: 60px 5%;
    text-align: center;
}
.wy-cta-banner h2 {
    color: var(--wy-color-white);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 400;
    margin-bottom: 1rem;
}
.wy-cta-banner p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 2rem;
}
.wy-cta-banner .wp-block-buttons { justify-content: center; }
