.steps__wrapper{display:grid;gap:5rem;grid-template-columns:minmax(0,30%) minmax(0,70%)}.steps__steps p{margin-bottom:0}.steps__step{display:grid;gap:5rem;grid-template-columns:max-content auto;margin-bottom:2rem}.steps__step:last-child{margin-bottom:0}.steps__image{height:100%;position:relative}.steps__image:after{border-left:2px solid var(--grey);bottom:-5rem;content:"";height:calc(100% - 5rem);left:50%;position:absolute;top:5rem;transform:translate(-50%);z-index:1}.steps__step:last-child .steps__image:after{border:none}.steps__image img{margin-bottom:2rem;max-width:4rem;width:4rem}.steps__content{padding-bottom:5rem}.steps__step:last-child .steps__content{padding-bottom:0}@media screen and (max-width:767px){.steps__wrapper{gap:2.5rem;grid-template-columns:1fr}.steps__step{gap:2rem}}