.steps .steps__content-wrapper{padding:var(--padding-top-desktop) 0 var(--padding-bottom-desktop)}@media only screen and (max-width:1023px){.steps .steps__content-wrapper{padding:var(--padding-top-mobile) 0 var(--padding-bottom-mobile);border-bottom:unset}}.steps .steps__section-subheading{max-width:660px;margin-bottom:20px}@media only screen and (max-width:1023px){.steps .steps__section-subheading{max-width:unset}}.steps .steps__section-heading{max-width:660px;margin-bottom:40px;text-transform:unset}@media only screen and (max-width:1023px){.steps .steps__section-heading{max-width:unset}}.steps .steps__blocks-wrapper{overflow:hidden;width:100%;padding-left:calc(((100% - 1120px)/ 2));counter-reset:myCounter}@media only screen and (max-width:1279px){.steps .steps__blocks-wrapper{padding-left:80px;margin-left:0}}@media only screen and (max-width:767px){.steps .steps__blocks-wrapper{padding:0 20px}}@media only screen and (max-width:767px){.steps .steps__blocks-container{flex-direction:column}}.steps .steps__block{padding-right:20px}@media only screen and (max-width:767px){.steps .steps__block{flex:1;display:flex;padding-right:0;margin-bottom:30px}}.steps .steps__block-number{position:relative;display:block;width:50px;height:50px;margin-bottom:20px;border-radius:50%;border:2px solid var(--color-accent-primary)}@media only screen and (max-width:767px){.steps .steps__block-number{flex:0 0 auto;margin-bottom:unset;margin-right:20px}}.steps .steps__block-number:before{position:absolute;counter-increment:myCounter;content:counter(myCounter);top:50%;left:50%;transform:translate3d(-50%,-50%,0);color:var(--color-accent-primary)}.steps .steps__block-heading{margin-bottom:20px}@media only screen and (max-width:767px){.steps .steps__block-heading{margin-bottom:10px}}.steps .steps__block-description{margin-bottom:unset}