.steps{display:grid;grid-template-columns:repeat(3,1fr);-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;counter-reset:step;margin:30px 0}@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{display:grid;grid-template-columns:0.1fr 1fr;gap:16px;counter-increment:step;min-width:275px;max-width:400px;background-color:var(--theme-blocks-primary-bg);border-radius:16px;padding:16px}@media screen and (max-width:991px){.steps .step{width:100%;max-width:none}}.steps .step:before{content:counter(step);font-weight:700;font-size:30px;line-height:34px;color:rgba(var(--theme-blocks-secondary-bg),0.3)}.steps .step__content{display:-webkit-box;display:-ms-flexbox;display:flex;-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)}@supports (-webkit-appearance:none){}@media screen and (max-width:991px){@supports (-webkit-appearance:none){}}