.steps-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 1rem!important;padding:0!important}.step{background-color:transparent;border-radius:8px;box-sizing:border-box;display:flex;flex:1 1 calc(25% - 1.5rem);flex-direction:column;justify-content:flex-start;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.step-number{font-size:3rem!important;font-weight:600;margin-bottom:1rem}.step-title{font-size:1.25rem;line-height:1.4;margin-bottom:1rem;margin-top:0}.step-description{font-size:1rem;line-height:1.5!important;margin-bottom:0;margin-top:0;padding-top:0;width:100%}@media(max-width:1200px){.step{flex:1 1 calc(50% - 1rem)}}@media(max-width:768px){.steps-container{margin:0 -.8rem!important}.step{flex:1 1 100%}}