.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;counter-reset:step;margin:30px 0}.steps .step,.steps .step__content{display:-webkit-box;display:-ms-flexbox;display:flex}.steps .step{background:var(--theme-blocks-primary-bg);-webkit-box-flex:1;-ms-flex:1;flex:1;gap:16px;counter-increment:step;min-width:275px;max-width:400px;border-radius:16px;padding:16px}.steps .step:before{content:counter(step);font-weight:700;font-size:30px;line-height:34px;color:rgba(var(--theme-blocks-secondary-bg),.3)}.steps .step__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.steps .step__title{font-weight:600;font-size:18px;line-height:24px;color:var(--theme-page-txt-color)}@media screen and (max-width:991px){.steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.steps .step{width:100%;max-width:none}}