.cards{letter-spacing:0;padding:6.25rem var(--page-padding);flex-direction:column;align-items:flex-start;gap:3.75rem;display:flex;container:cards/inline-size}.cards__header{color:var(--color-ink);font-size:clamp(2.05rem,12.6667vw - .8rem,3rem);font-family:var(--font-heading);max-width:var(--wp--style--global--content-size);align-self:stretch;width:100%;margin:0 auto;font-weight:400;line-height:1.2}.cards__row{width:100%;max-width:var(--wp--style--global--content-size);grid-template-columns:repeat(4,1fr);align-self:center;align-items:flex-start;gap:1.25rem;margin:0 auto;display:grid}@container cards (width<=1279px){.cards__row{grid-template-columns:repeat(2,1fr)}}@container cards (width<=767px){.cards__row{grid-template-columns:1fr;align-items:center}.cards__row>*{text-align:center}}.cards__button{align-self:center}.cards--2 .cards__row{grid-template-columns:repeat(1,1fr)}@media (width>=768px){.cards--2 .cards__row{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.cards--2 .card__title{font-size:clamp(2.05rem,12.6667vw - .8rem,3rem)}.card{background-color:var(--color-peach);flex-direction:column;justify-content:center;gap:1.875rem;width:100%;height:100%;padding:3.75rem;display:flex}@container cards (width<=767px){.card{padding:2.5rem}}.card__number{color:var(--color-orange);font-size:.88rem;font-family:var(--font-content);font-weight:500;line-height:1}.card__body{flex-direction:column;gap:1.25rem;font-weight:400;display:flex}.card__title{color:var(--color-ink);font-size:2.5rem;font-family:var(--font-heading);line-height:1.2}.card__text{color:var(--color-green);font-size:1rem;font-family:var(--font-content);line-height:1.4}
