.order-steps{margin:50px auto 40px;-ms-flex-pack:distribute;justify-content:space-around;display:flex}.steps-mobile{display:none;text-align:center}.steps-mobile h6{font-size:24px;margin:0 0 3px;font-weight:300}.steps-mobile p{font-weight:600}.order-steps .step-wrapper{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:60px}.order-steps .step-wrapper.disabled{pointer-events:none}.order-steps .step-wrapper.active .step{background:#3c3b3b;color:#fff}.order-steps .step-wrapper .step{border:1px solid #3c3b3b;color:#3c3b3b;border-radius:50%;height:50px;width:50px;text-align:center;font-size:22px;line-height:48px;font-family:"Oswald";font-weight:300}.order-steps .step-wrapper .step-label{font-size:16px;font-weight:600;color:#3c3b3b;margin:5px 0 0;font-family:"Oswald";text-align:center}.order-steps .step-bar{background:#3c3b3b;height:1px;width:calc((100% - 9rem) / 2 - 2.25rem);-ms-flex-negative:50;flex-shrink:50;-ms-flex-item-align:center;align-self:center;margin-top:-2rem}@media only screen and (max-width :480px){.order-steps.steps-desktop{display:none}.steps-mobile{display:block}}