.card-step{background:var(--bg-secondary);border-radius:20px;padding:20px;box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:center;background-color:#f8f8f8}.card-step__title{margin-top:20px;margin-bottom:5px}.card-step__desc{color:var(--c-grey);text-align:center}.card-step__img{width:42px;height:42px;border-radius:50%;overflow:hidden;margin-bottom:15px}.card-step__img img{-o-object-fit:cover;object-fit:cover}@media(min-width:1200px){.card-step__title{margin-top:30px}.card-step__img{width:58px;height:58px}}.s-step__list{display:grid;grid-template-columns:1fr;row-gap:10px;-moz-column-gap:20px;column-gap:20px}@media(min-width:768px){.s-step__list{grid-template-columns:repeat(4,1fr);overflow-x:auto}.s-step__item{margin-bottom:10px}}