.services-steps__container{background:var(--White,#fff);border:.05rem solid rgba(31,47,76,.4);border-radius:2.5rem;display:flex;gap:2.5rem;padding:2.5rem}.services-steps__text-wrap{flex:1}.services-steps__list{counter-reset:my-awesome-counter;flex:1;list-style-type:none;margin:0;padding:0}.services-steps__item{align-items:center;border-bottom:.03125rem solid #1f2f4c;counter-increment:my-awesome-counter;display:flex;font-size:1.25rem;font-weight:400;gap:1.25rem;line-height:1.75rem;padding:.25rem 0;position:relative}.services-steps__item:last-child{border-bottom:none}.services-steps__item:before{content:"0" counter(my-awesome-counter) ".";font-size:3rem;font-style:normal;font-weight:400;left:0;line-height:3.5rem;top:0}@media screen and (max-width:767px){.services-steps__container{flex-direction:column;padding:1.25rem}.services-steps__item:before{font-size:2rem;font-weight:400;line-height:2.5rem}.services-steps__item{font-size:1rem;font-weight:400;line-height:1.5rem}}