.our-story-steps{--step-spacing:2rem;.step-wrapper{flex-flow:wrap;gap:var(--step-spacing);justify-content:start}img{height:auto}.step{flex:1 calc(33.33333% - var(--step-spacing))}@media (min-width:768px){.step:not(:first-of-type,:nth-of-type(4)){border-left:2px solid var(--color-dark);padding-left:var(--step-spacing)}.step{position:relative}.step:nth-of-type(n+4):before{border-top:2px solid var(--color-dark);content:"";left:0;padding-top:var(--step-spacing);position:absolute;transform:translateY(-1rem);width:100%}.step:nth-of-type(5):before{left:2rem;width:calc(100% - 2rem)}.step:nth-of-type(6):before{left:unset;right:0;width:calc(100% - 2rem)}}.step__title{align-items:center;display:flex;*{margin:0}}.step__subtitle,.step__title{margin-bottom:1rem}}@media (min-width:768px) and (max-width:990px){.step__title{flex-flow:wrap}}@media (max-width:767px){.step{border-left:0;min-width:100%;&:not(:last-of-type){border-bottom:2px solid var(--color-dark)}}}