.steps-counter__list{display:grid}.steps-counter__item{padding:20px;background-color:#f3f2f7;border-radius:20px}@media only screen and (min-width:741px)and (max-width:1140px){.steps-counter__item{padding:24px;border-radius:24px}}@media only screen and (min-width:1141px){.steps-counter__item{padding:24px;border-radius:24px}}.steps-counter__item-counter{display:flex;justify-content:center;align-items:center;padding:4px 12px;width:max-content;font-feature-settings:"tnum";font-variant:tabular-nums;border:1px solid #0b002e;border-radius:50%;aspect-ratio:1/1}.steps-counter__list--columns-3{gap:12px}@media only screen and (min-width:741px)and (max-width:1140px){.steps-counter__list--columns-3{gap:16px;grid-template-columns:repeat(3,1fr);gap:24px}}@media only screen and (min-width:1141px){.steps-counter__list--columns-3{grid-template-columns:repeat(3,1fr);gap:24px}}.steps-counter__list--columns-4{grid-template-columns:repeat(4,1fr)}.steps-counter__actions{display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:741px)and (max-width:1140px){.steps-counter__actions{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}}@media only screen and (min-width:1141px){.steps-counter__actions{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}}