.steps-vertical{display:flex;flex-direction:column;gap:4rem}.steps-vertical img{margin:0 0 1rem;position:relative}.steps-vertical h2{font-family:var(--primary-font-family);font-size:2.4rem;line-height:3.5rem;margin:0 0 1rem}.steps-vertical h2 span{position:relative}.steps-vertical h2 span:before{background:var(--highlightColor);bottom:0;content:"";height:1.1rem;left:-.1rem;position:absolute;width:calc(100% + .2rem);z-index:-1}.steps-vertical h3{font-size:2.4rem;line-height:3.5rem;margin:0 0 2rem}.steps-vertical--content ul li::marker{color:var(--highlightColor)}@media (min-width:992px){.steps-vertical--step{align-items:flex-start;display:flex;gap:2rem}.steps-vertical--step img{width:10rem}.steps-vertical--content{width:calc(100% - 12rem)}.steps-vertical h2{margin:0 0 2rem}.steps-vertical li,.steps-vertical p{font-size:1.9rem;line-height:2.9rem}}