.cms-text-hero{padding:var(--section-padding-y) 0;&.cms-text-hero--white{background-color:rgb(var(--color-white))}&.cms-text-hero--black{background-color:rgb(var(--color-megablack))}>.container{display:flex;flex-direction:column;gap:3rem}.cms-text-hero__content{display:flex;flex-direction:column;gap:1rem}.cms-text-hero__title{font-size:var(--text-2xl);line-height:var(--leading-tight);strong{color:rgb(var(--color-brand-blue));font-weight:700}}.cms-text-hero__subtitle{p{margin-bottom:0;+p{margin-top:.5rem}}}.cms-text-hero__ctas{display:flex;flex-direction:column;gap:var(--spacing-xs)}}@media (min-width:768px){.cms-text-hero__title{font-size:var(--text-3xl-2)}.cms-text-hero{.cms-text-hero__ctas{align-items:flex-end;flex-direction:row}}}@media (min-width:1024px){.cms-text-hero .container{display:grid;gap:1rem;grid-template-columns:repeat(12,minmax(0,1fr));.cms-text-hero__content{grid-column:1/8}.cms-text-hero__ctas{flex-direction:row;grid-column:8/13}}}