.steps-container{align-items:center;display:flex;flex-direction:column;gap:1.7778rem}.steps__image{flex:0 1 43%;max-height:22.2222rem;object-fit:cover;width:100%}.steps__heading{margin-bottom:1.7778rem}.steps{flex:1 0 45%}.step{display:flex;gap:1.3333rem;padding-bottom:2.0556rem;position:relative}.step:last-child{padding-bottom:0}.step__number span{background-color:var(--pale-green-base);border-radius:25px;color:var(--black-base);display:block;font-size:1rem;font-weight:700;line-height:1;padding:.6667rem .8889rem}.step__line{border-left:1px dashed var(--black-300);content:"";height:100%;left:21px;position:absolute;text-decoration:dotted;top:24px;width:1px;z-index:-1}.step:last-child .step__line{display:none}.step__title{line-height:1.17;margin-bottom:.6667rem}.step__description{color:var(--black-400);margin-bottom:0}@media (min-width:640px){.step__number span{font-size:1.3333rem;padding:.6667rem .9444rem}.step__line{left:24px}}@media (min-width:1024px){.steps-container{flex-direction:row;gap:128px}.steps__image{max-height:100%;width:auto}.step{gap:1.9444rem}}