.steps{list-style:none;margin:0;padding:0}.steps-item{align-items:center;column-gap:clamp(15px,2.0833335417vw,30px);display:flex;margin-bottom:8px;padding-bottom:55px;position:relative}.steps-item:last-child{margin-bottom:0;padding-bottom:0}.steps-item:last-child .arrow{display:none}.steps-item .icon{align-items:center;aspect-ratio:1/1;background-color:var(--color-orange);border-radius:50%;display:flex;justify-content:center;width:80px}.steps-item .icon img{height:auto;width:40px}.steps-item .text{color:var(--color-text-heading);display:block;flex:1;font-size:clamp(18px,1.3888890278vw,20px);font-weight:600;line-height:1.35;width:fit-content;width:-moz-fit-content}@media(max-width:781.98px){.steps-item .text{font-size:20px}}.steps-item .arrow{bottom:0;display:block;height:auto;left:23px;position:absolute;width:34px}