.process__list-wrapper{margin-top:48px}.process__list{counter-reset:num;display:grid;grid-template-columns:repeat(4,1fr);list-style-type:none;margin:0;padding-left:0}.process__item{padding-bottom:32px;padding-top:52px;position:relative}.process__item:not(:last-child){border-top:2px dotted #0855fe}.process__item:before{align-items:center;background-color:#0855fe;border-radius:50%;color:#fff;content:counter(num);counter-increment:num;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;left:0;position:absolute;top:-20px;width:40px}.process__item:nth-child(-n+9):before{content:"0" counter(num)}.process__item-content{padding-right:20px}.process__item-title{color:#000;font-size:24px;font-weight:600;line-height:1.25;margin-bottom:10px}.process__item-text{color:#000;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:0!important}@media (max-width:1024px){.process__list{display:block;padding-left:20px}.process__item{max-width:720px;padding-left:44px;padding-top:0}.process__item:not(:last-child){border-left:2px dotted #0855fe;border-top:none}.process__item:before{left:-20px;top:-4px}}@media (max-width:768px){.process__item{padding-bottom:40px}}@media (max-width:375px){.process__item{padding-bottom:24px}}