.three-card{padding-bottom:40px;padding-top:40px}.three-card__inner{display:flex;flex-direction:column;gap:40px}.three-card__heading{color:var(--color-text);margin:0}.three-card__cards{display:flex;flex-direction:column;gap:16px}.three-card__card{display:flex;flex-direction:column;gap:12px;padding:32px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s,filter .18s;will-change:transform,box-shadow}.three-card__card-title{font-family:var(--font-body);font-size:18px;font-weight:600;line-height:150%}.three-card__card-description{font-family:var(--font-body);font-size:16px;line-height:150%;margin:0}.three-card--plain_tint .three-card__card{background-color:var(--color-primary-tint)}.three-card--plain_tint .three-card__card-description,.three-card--plain_tint .three-card__card-title{color:var(--color-text)}.three-card--benefits{background-color:var(--color-surface-tint)}.three-card--benefits .three-card__card{background-color:#fff;border-radius:16px}.three-card--benefits .three-card__card-title{color:var(--color-primary);font-family:var(--font-display);font-size:24px;font-weight:700;line-height:120%}.three-card--benefits .three-card__card-description{color:var(--color-text-secondary)}.three-card--numbered{background-color:#f1f6ed}.three-card--numbered .three-card__card{background-color:#fff;border-radius:16px}.three-card--numbered .three-card__number{color:var(--color-third);font-family:var(--font-display);font-size:36px;font-weight:700}.three-card--numbered .three-card__card-title{color:var(--color-text);font-family:var(--font-display);font-size:24px;font-weight:700;line-height:120%}.three-card--numbered .three-card__card-description{color:var(--color-text-secondary)}@media (min-width:768px) and (max-width:1200px){.three-card{padding-bottom:60px;padding-top:60px}}@media (min-width:768px){.three-card{padding-bottom:80px;padding-top:80px}.three-card__cards{flex-direction:row}.three-card__card{flex:1 1 0;min-width:0}}