.order-steps{grid-template-columns:repeat(4,1fr);margin-bottom:5rem;display:grid}.order-steps-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}@media screen and (max-width:1200px){.order-steps-item{justify-content:flex-start;gap:.5rem}}.order-steps-item-index{color:#000;background:#4f295859;border-radius:50px;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.5rem;font-weight:700;display:flex}@media screen and (max-width:1200px){.order-steps-item-index{width:50px;height:50px;font-size:1rem}}.order-steps-item-text{font-size:1.25rem}@media screen and (max-width:1200px){.order-steps-item-text{font-size:.875rem}}.order-steps-item.isActive .order-steps-item-index{color:#fff;background:#371d3e}
