.cta-banner{align-items:center;border-radius:var(--byrwa-card-radius);display:flex;gap:clamp(1.5rem,5vw,4rem);justify-content:space-between;padding:clamp(2rem,5vw,4rem)}.cta-banner__content{max-width:720px}.cta-banner__content>:last-child{margin-bottom:0}.cta-banner--graphite{background:var(--byrwa-charcoal);color:var(--byrwa-white)}.cta-banner--indigo{background:var(--byrwa-electric-blue);color:var(--byrwa-white)}.cta-banner--porcelain{background:var(--byrwa-silver-wash)}.cta-banner--graphite :where(h2,p),.cta-banner--indigo :where(h2,p){color:var(--byrwa-white)}.cta-banner--indigo .button{background:var(--byrwa-white);border-color:var(--byrwa-white);color:var(--byrwa-electric-blue)}@media (max-width:767px){.cta-banner{align-items:stretch;flex-direction:column}}