.process{display:flex;align-items:center;padding:1rem}.steps{position:relative}.steps span{background-color:#ffe8ef;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem}.steps .text,.steps span{color:#231f20;font-weight:700}.steps .text{position:absolute;font-size:.8rem;white-space:nowrap;transform:translate(-50%,-50%);left:50%;top:2.8rem}.process hr{background-color:#ffe8ef;height:5px;width:100%}.process hr.active,.steps span.active{background-color:#ea5f8b;color:#ffe8ef}.process-mobile .active,.steps .text.active{color:#ea5f8b}.process-mobile{display:none;align-items:center;font-size:.75rem;font-weight:700;color:#231f20;gap:.5rem;flex-wrap:wrap}@media screen and (max-width:768px){.button a,.steps .text,table td.price span{font-size:.7rem}}@media screen and (max-width:425px){.button a,.steps .text,table td.price span{font-size:.6rem}.process-mobile{display:flex}.process{display:none}}