.steps{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.step{padding:18px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbf9);border:1px solid #e6efe6}.step .num{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;margin-bottom:10px;font-weight:700}.faq-item.open .faq-a{display:block}@media (max-width:992px){.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.steps{grid-template-columns:1fr}}