.demand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.demand-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px}.demand-card h3{margin:7px 0 8px}.demand-card p{color:var(--muted);font-size:13px;line-height:1.6}.demand-proof{border:1px solid #d4e7df;background:#f2f9f6;border-radius:16px;padding:17px 19px;line-height:1.65;color:#365f51}.demand-steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.demand-step{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px}.demand-step:before{counter-increment:step;content:counter(step);display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#0c3429;color:#fff;font-weight:800;margin-bottom:12px}.demand-step h3{font-size:16px;margin:0 0 7px}.demand-step p{font-size:12px;color:var(--muted);line-height:1.6}@media(max-width:780px){.demand-grid,.demand-steps{grid-template-columns:1fr}}