.steps{padding:100px 0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step-card{padding:34px;border-radius:var(--radius);background:var(--green);box-shadow:var(--shadow)}
.step-card span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--green);font-weight:700;margin-bottom:20px}
.step-card h2{color:#fff;font-size:23px;margin-bottom:14px}
.step-card p{color:rgba(255,255,255,.84)}
