.three-cards{background-color:var(--color-surface-yellow);padding:100px 0}.three-cards-header{grid-template-columns:1fr 1.6fr;align-items:center;gap:48px;margin-bottom:32px;display:grid}.three-cards-title.title{max-width:400px}.three-cards-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.three-cards-item{border:1px solid var(--color-border);background-color:#fff;border-radius:12px;padding:24px 32px}.three-cards-item-number{background-color:var(--color-surface-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;display:flex}.three-cards-item-number-text.title-small{color:var(--color-primary);text-align:center;font-weight:500}.three-cards-item-title.title-small{margin-bottom:8px}@media (max-width:1280px){.three-cards-header{grid-template-columns:1fr;align-items:flex-start;gap:24px}.three-cards-title.title{max-width:100%}.three-cards-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:640px){.three-cards-item{padding:24px}}

