.steps-horizontal{display:flex;flex-direction:column;gap:4rem}.steps-horizontal img{margin:0 0 1rem;position:relative}.steps-horizontal h3{font-family:var(--primary-font-family);font-size:2.4rem;line-height:3.5rem;margin:0 0 1rem}.steps-horizontal h3 span{position:relative}.steps-horizontal h3 span:before{background:var(--highlightColor);bottom:0;content:"";height:1.1rem;left:-.1rem;position:absolute;width:calc(100% + .2rem);z-index:-1}@media (min-width:1220px){.steps-horizontal{flex-direction:row;gap:2rem}.steps-horizontal--step{position:relative;width:calc(25% - 1.5rem)}.steps-horizontal--step:before{background:#000;content:"";height:3px;position:absolute;right:95%;top:4.8rem;width:100%;z-index:-1}.steps-horizontal--step:nth-child(4n-3):before{display:none}.steps-horizontal h3,.steps-horizontal img{margin:0 0 2rem}.steps-horizontal p{font-size:1.9rem;line-height:2.9rem}}