.steps{counter-reset:step}.steps.odd{background-color:#f8f8f8}.steps.even{background-color:#fff}.steps__element{counter-increment:step;background:#fff;display:flex;flex-direction:column;flex-grow:1;width:100%;max-width:28rem;margin:auto;margin-bottom:3rem}@media screen and (min-width:53.1875em){.steps__element{margin-bottom:2rem}}.steps__element.steps__element--numbered{margin-top:5rem}.steps__element.steps__element--numbered:before{content:counter(step);background-color:#d3061a;color:#fff;border-radius:50%;border:.5rem solid #fff;box-shadow:0 0 .8rem rgba(48,48,48,.2);width:10rem;height:10rem;line-height:10rem;text-align:center;margin:auto;margin-top:-5rem;margin-bottom:1rem;font-size:5.5rem;font-weight:900}.steps__text{flex-grow:1;font-size:1.2rem;padding:1rem 2.5rem 2.5rem}@media screen and (min-width:53.1875em){.steps__text{font-size:1.4rem}}