.step-box-grid{display:flex;flex-wrap:wrap;gap:24px;margin:0 auto;max-width:100%}.step-box{background:#18181b;border:1px solid #3f3f46;border-radius:14px;display:flex;flex-direction:column;gap:10px;padding:24px;width:calc(50% - 12px)}.step-box__label{color:#dd4e19;font-family:Epilogue;font-size:14px;font-style:normal;font-weight:500;letter-spacing:.035px;line-height:140%;margin-bottom:12px;text-transform:uppercase}.step-box__title{color:#fff!important;font-family:Epilogue;font-size:17px!important;font-weight:600!important;margin:0}.step-box__text{color:#d4d4d8!important;font-family:Epilogue;font-size:14px!important;font-style:normal;font-weight:400!important;letter-spacing:.035px;line-height:140%;margin:0}@media (max-width:600px){.step-box{width:100%}}