.checkout-frieze{display:flex;justify-content:center;align-items:center;margin-bottom:55px}.checkout-frieze .step-cont{display:flex;flex-direction:column;align-items:center;position:relative}.checkout-frieze .step-cont .icon-cont{background-color:white;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:50%;border:1px solid #707070}.checkout-frieze .step-cont .icon-cont.active{background-color:black}.checkout-frieze .step-cont .icon-cont .fas{color:white}.checkout-frieze .step-cont .step-title{position:absolute;top:50px;font-size:14px;text-align:center}@media screen and (max-width:560px){.checkout-frieze .step-cont .step-title{font-size:10px}}.checkout-frieze .line-separator{width:20%}.checkout-frieze .line-separator .line{border:1px solid #707070}