.wmm-steps{--wmm-steps-accent:#e2001a;--wmm-steps-circle-size:3.25rem;display:grid;gap:3rem 2.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.wmm-steps__heading{font-size:24px;font-weight:500;line-height:24px;margin:0 0 1.25rem}.wmm-steps__body{align-items:flex-start;display:flex;gap:1.25rem}.wmm-steps__number{align-items:center;border:1px solid var(--wmm-steps-accent);border-radius:50%;color:#000;display:inline-flex;flex:0 0 auto;font-size:1.5rem;height:var(--wmm-steps-circle-size);justify-content:center;line-height:1;width:var(--wmm-steps-circle-size)}.wmm-steps__text{flex:1 1 auto;line-height:1.6}.wmm-steps__text>:first-child{margin-top:0}.wmm-steps__text>:last-child{margin-bottom:0}@media (max-width:991px){.wmm-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.wmm-steps{gap:2.5rem;grid-template-columns:minmax(0,1fr)}.wmm-steps__heading{font-size:24px;font-weight:500}}