.how-it-works{counter-reset:count}.how-it-works li:before{content:counter(count);counter-increment:count;position:relative;display:block;width:100%;width:24px;height:24px;background:var(--color-gunmetal-400);color:var(--color-grey-25);border-radius:256px;display:flex;align-items:center;justify-content:center;text-align:center;margin:2rem auto 1rem;font-size:.875rem}