.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:hsla(0,0%,100%,.2);content:"";height:calc(100% + 1.5rem);left:1.7rem;position:absolute;top:3.5rem;transform:translateX(-50%);width:2px}.step__number{align-items:center;background-image:linear-gradient(90deg,#e0007e,#f39200)!important;border-radius:50%;border-style:solid;border-width:0!important;color:#fff!important;display:flex;flex-shrink:0;font-family:Avenir Next!important;font-size:1.8rem;font-weight:700!important;height:3.4rem;justify-content:center;padding:6px!important;text-align:center;vertical-align:bottom!important;width:3.4rem}.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.3rem;font-weight:500;padding-left:10px}.step__content :last-child{margin:0}@media (max-width:767px){.step{margin-bottom:2rem}.step:not(:last-child):after{height:calc(100% - 1.5rem)}}