.stages.section .s-container{display:flex;flex-direction:column;gap:5px}.stages.section .s-container .stages__item{max-width:772px}.stages.section .s-container .stages__item .title{padding-left:28px;position:relative}.stages.section .s-container .stages__item .title::after{position:absolute;top:0;left:0;content:url(/images/icons/bullet.svg)}.stages.section .s-container .stages__item .text{margin-top:5px;margin-left:8.5px;padding-top:3px;padding-left:19.5px}.stages.section .s-container .stages__item .text a{font-weight:500;color:#001EFF;cursor:pointer;text-decoration:underline transparent;transition:all .3s ease-in-out}.stages.section .s-container .stages__item .text a:hover{text-decoration:underline #001eff}.stages.section .s-container .stages__item:not(:last-child) .text{padding-bottom:27px;border-left:1px solid rgba(51,111,238,0.2)}