.our-journey__wrapper{display:grid;gap:10rem;grid-template-columns:1fr 1fr}.our-journey__steps p{margin-bottom:0}.our-journey__step{display:grid;gap:5rem;grid-template-columns:max-content auto;margin-bottom:2rem}.our-journey__step:last-child{margin-bottom:0}.our-journey__image{height:100%;position:relative}.our-journey__image:after{border-left:2px solid var(--light-green);bottom:-5rem;content:"";height:calc(100% - 5rem);left:50%;position:absolute;top:6rem;transform:translate(-50%);z-index:1}.our-journey__step:last-child .our-journey__image:after{border:none}.our-journey__image img{margin-bottom:2rem;max-width:4rem;width:4rem}.our-journey__content{padding-bottom:5rem}.our-journey__step:last-child .our-journey__content{padding-bottom:0}@media screen and (max-width:767px){.our-journey__wrapper{gap:2.5rem;grid-template-columns:1fr}.our-journey__steps{margin-top:3rem}.our-journey__step{gap:2rem}}