.steps{background:#fff;border-radius:50px;box-shadow:0 4px 10px 0 hsla(0,0%,48%,.3);color:#ccc;font-size:14px;gap:20px;justify-content:space-between;margin:0 auto 30px;max-width:1200px;padding:20px 30px}.step,.steps{align-items:center;display:flex}.step{gap:10px}.step.active{color:var(--ntiva-orange)}.step-num{align-items:center;background:#ccc;border-radius:50%;color:#fff;display:flex;font-weight:700;height:24px;justify-content:center;width:24px}.step.active .step-num{background:var(--ntiva-orange)}.step-line{background:#ccc;border-radius:4px;flex:1;height:4px;width:auto}.step-line.active{background:var(--ntiva-orange)}@media (max-width:767px){.step-text{display:none}}