.process-steps-vertical{display:flex;flex-direction:column;gap:20px;padding-left:50px;position:relative;z-index:2}.process-step{background:#fff;border-radius:15px;box-shadow:0 2px 4px rgba(0,113,127,.15);display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:820px;padding:20px 25px;position:relative;row-gap:10px;width:100%;@media (min-width:768px){border-radius:20px;padding-bottom:25px;padding-left:40px;padding-right:40px;padding-top:25px;row-gap:15px}@media (min-width:1440px){border-radius:25px;padding-bottom:30px;padding-left:70px;padding-right:70px;padding-top:30px;row-gap:25px}}.process-step__title{font-size:12px;font-weight:500;@media (min-width:768px){font-size:18px}@media (min-width:1440px){font-size:24px}}.process-step__description{color:#091f2b;font-size:10px;font-weight:400;@media (min-width:768px){font-size:16px}@media (min-width:1440px){font-size:20px}}.process-step__number{align-items:center;background:var(--step-color);border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:600;height:35px;justify-content:center;left:-20px;position:absolute;top:35%;width:35px;@media (min-width:768px){font-size:20px;height:40px;left:-25px;width:40px}@media (min-width:1440px){font-size:24px;height:50px;width:50px}}.process-step:not(:last-child) .process-step__number:after{background:var(--step-color);content:"";height:230%;left:40%;margin-top:20%;position:absolute;top:100%;transform:translateX(-50%);width:1px;z-index:-2;@media (min-width:406px){height:190%}@media (min-width:651px){height:150%}@media (min-width:768px){height:245%}@media (min-width:1024px){height:245%}@media (min-width:1440px){height:245%;left:35%}}.process-step__number:before{border:1px solid var(--step-color);border-radius:50%;content:"";height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px;z-index:-1;@media (min-width:768px){height:60px;width:60px}@media (min-width:1440px){height:75px;width:75px}}