.ordered-list__wrapper{padding-bottom:80px;padding-top:0}.ordered-list__wrapper.padding-top{padding-top:80px}.ordered-list__title{margin-bottom:24px}.ordered-list ol{counter-reset:item;list-style:none;margin:0;padding:0}.ordered-list ol li{align-items:center;counter-increment:item;display:grid;gap:8px;grid-template-columns:42px auto;margin-bottom:16px}.ordered-list ol li:last-child{margin-bottom:0}.ordered-list ol li:before{align-items:center;background:var(--colors-peach);border-radius:100%;color:#000;content:counter(item);display:flex;font-size:var(--font-size-title-3);font-weight:900;height:42px;justify-content:center;line-height:80%;line-height:48px;text-align:center;text-transform:uppercase;width:42px}@media (min-width:992px){.ordered-list__title{margin-bottom:32px}.ordered-list ol{column-count:2;max-width:1154px}.ordered-list ol li{margin-bottom:24px}}@media (min-width:1400px){.ordered-list ol{column-gap:136px}}