.how-steps{display:grid;gap:2rem;grid-template-columns:1fr;counter-reset:step}
@media(min-width:720px){.how-steps{grid-template-columns:repeat(4,1fr)}}
.how-step{position:relative;padding-top:.5rem;counter-increment:step}
.how-step::before{content:counter(step,decimal-leading-zero);display:block;font-family:var(--font-display);font-size:2.25rem;font-weight:600;color:var(--rjw-accent);letter-spacing:-.02em;margin-bottom:.5rem;line-height:1}
.how-step__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}
.how-step__desc{color:var(--rjw-muted);font-size:.95rem;margin:0;line-height:1.55}
