.steps-stacked__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.steps-stacked__step+.steps-stacked__step{border-top:3px dotted var(--medium-gray);margin-top:4rem;padding-top:4rem}.steps-stacked__block{grid-gap:var(--gap-md);display:grid}.steps-stacked__number{-ms-flex-negative:0;background-color:var(--teal);border-radius:50%;display:grid;flex-shrink:0;font-size:4rem;height:6rem;line-height:1.2;margin:0 auto;place-content:center;width:6rem}.steps-stacked__number,.steps-stacked__sub-heading{font-family:var(--secondary-font-family);font-weight:700}.steps-stacked__sub-heading{color:var(--primary-color);font-size:2rem;margin-bottom:5px}.steps-stacked__image{-ms-flex-item-align:center;align-self:center}@media (min-width:576px){.steps-stacked__block{grid-template-columns:auto 1fr}}@media (min-width:768px){.steps-stacked__step{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:var(--gap-lg)}.steps-stacked__step+.steps-stacked__step{margin-top:8rem;padding-top:8rem}.steps-stacked__image{-ms-flex-negative:0;flex-shrink:0;width:30rem}}