.step-cards.grid{display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.step-cards .card-top{gap:40px;margin-bottom:40px}.step-cards .arrow-wrapper{gap:8px}.step-cards .step{background:var(--clr-primary);border-radius:50%;color:#fff;font-size:30px;font-weight:700;height:65px;width:65px}.step-cards .line{background:#000;height:6px}.step-cards .card-content h3{color:inherit}.step-cards .card-content{background:var(--clr-primary);border-radius:15px;color:#fff;padding:22px 30px}@media (max-width:767px){.step-cards.grid{grid-template-columns:repeat(1,1fr)}.step-cards .arrow{display:none}}