.steps{counter-reset:steps-counter}.step{align-items:flex-start;counter-increment:steps-counter;display:flex;flex-direction:row;margin-bottom:5rem;position:relative}.step:last-child{margin-bottom:0}.step:not(:last-child):after{background-color:#ffc92b;content:"";height:calc(100% + 1.5rem);left:1.75rem;position:absolute;top:3.5rem;transform:translateX(-50%);width:2px}.step__number{align-items:center;border:3px solid #ffc92b;border-radius:50%;color:#ffc92b;display:flex;flex-shrink:0;font-size:2.5rem;font-weight:900;height:3.5rem;justify-content:center;line-height:1;text-align:center;width:3.5rem}.step__number:before{content:counter(steps-counter);transform:translateY(-.15rem)}.step__content{padding:.5rem 0 0 1rem}.step__content,.step__content *,.step__content div,.step__content p{font-size:1.5rem;font-weight:700}.step__content :last-child{margin:0}@media (max-width:767px){.step{margin-bottom:2rem}.step:not(:last-child):after{height:calc(100% - 1.5rem)}}