.custom-ordered-list-2{counter-reset:custom-list-counter;list-style:none;padding-left:0;display:grid;gap:1.5rem}.custom-ordered-list-2__item{counter-increment:custom-list-counter;position:relative;display:flex;align-items:baseline;gap:4em}.custom-ordered-list-2__item:before{content:counter(custom-list-counter);height:2rem;width:2rem;font-size:1.5em;font-weight:700;color:#fff;display:grid;place-content:center;padding:1.5rem;background-color:var(--primaryColor);border-radius:50%;box-shadow:var(--boxShadow01);z-index:10}.custom-ordered-list-2__item:not(:last-child):after{content:"";height:100%;width:2px;position:absolute;left:1.5rem;top:3rem;border-left:2px dotted #707070}.custom-ordered-list-2__content{position:relative}.custom-ordered-list-2__content ul{list-style-position:inside;padding-left:0}.custom-ordered-list-2__content:before{content:"";height:1px;width:3.5em;display:block;border-top:2px dotted #707070;position:absolute;top:11px;left:-4rem}.custom-ordered-list-2__step{font-weight:700;margin-bottom:.5rem}