.order-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:5rem}.order-steps-item{display:flex;flex-direction:column;gap:1rem;text-align:center;justify-content:center;align-items:center;position:relative}@media screen and (max-width:1200px){.order-steps-item{gap:.5rem;justify-content:flex-start}}.order-steps-item-index{height:70px;width:70px;border-radius:50px;background:rgba(79,41,88,.3490196078);color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1.5rem}@media screen and (max-width:1200px){.order-steps-item-index{font-size:1rem;width:50px;height:50px}}.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{background:#371d3e;color:#fff}