.steps__module .steps{counter-reset:steps;grid-column:two-two}.steps__module .media{grid-column:one-two;border-radius:1rem;overflow:hidden}.steps__module .step{display:grid;grid-template-columns:max-content 1fr;gap:1rem}.steps__module .step+.step{margin-top:2rem}.steps__module .step:before{counter-increment:steps;content:counter(steps);display:block;font-family:var(--heading-font-family);text-transform:uppercase;font-size:var(--font-size-1);font-weight:var(--heading-font-weight);text-align:center;margin-bottom:auto;background:var(--light);border-radius:50%;z-index:3;width:4rem;height:4rem;line-height:4rem}