.info-steps-container{margin:0 auto;max-width:1200px;padding:2rem}div.info-steps-container h1{color:#333;font-size:2rem;margin-bottom:3rem;text-align:center}.steps-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto}.step-card{align-items:center;border:2px solid transparent;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.step-card:hover{border-color:#ff6000}.step-icon{height:80px;width:80px;//background-color:#ff6000;align-items:center;border-radius:50%;display:flex;justify-content:center;margin-bottom:1.5rem}.step-icon img{max-height:45px;max-width:45px}.step-icon i{color:#fff;font-size:40px}.step-icon svg{height:40px;width:40px;fill:#fff}.step-description{color:#666;font-size:1rem;line-height:1.5;margin:0 auto;max-width:300px}span.step-percentage{font-size:3rem;font-weight:700}@media (max-width:1024px){.steps-grid{gap:1.5rem}}@media (max-width:768px){.steps-grid{display:flex;flex-wrap:wrap;justify-content:center}.step-card{margin-bottom:1rem;width:calc(50% - 1rem)}}@media (max-width:640px){.step-card{width:100%}}