.steps-counter__list{display:grid;grid-auto-rows:1fr;gap:12px}@media only screen and (min-width:768px)and (max-width:1140px){.steps-counter__list{gap:16px}}@media only screen and (min-width:1141px){.steps-counter__list{gap:16px}}@media only screen and (min-width:768px)and (max-width:1140px){.steps-counter__list{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1141px){.steps-counter__list{grid-template-columns:repeat(5,1fr)}.steps-counter__list--columns-2{grid-template-columns:repeat(2,1fr)}.steps-counter__list--columns-3{grid-template-columns:repeat(3,1fr)}.steps-counter__list--columns-4{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:768px)and (max-width:1140px){.steps-counter__list--columns-2,.steps-counter__list--columns-3,.steps-counter__list--columns-4{grid-template-columns:repeat(2,1fr)}}.steps-counter__item{display:flex;flex-direction:column;gap:16px;justify-content:space-between;padding:20px;border:1px solid #d7dedf;border-radius:20px}@media only screen and (min-width:768px)and (max-width:1140px){.steps-counter__item{padding:24px}}@media only screen and (min-width:1141px){.steps-counter__item{padding:24px}}.steps-counter__item-counter{text-align:right;font-size:66px!important}.steps-counter.section--dark .steps-counter__item,.steps-counter.section--dark-waves .steps-counter__item{border-color:rgba(255,255,255,.2)}
