.steps-container{width:100%;text-align:center;box-sizing:border-box;padding:70px 180px 70px 210px}.this-title{font-size:2rem;margin-bottom:10px}.this-subtitle{font-size:1.2rem;color:#666;margin-bottom:30px}.steps{display:flex;flex-direction:column;gap:50px}.step{display:flex;align-items:center;justify-content:space-between;gap:40px;opacity:1;transform:none}.step:nth-child(odd){flex-direction:row-reverse}.step-image{flex:1 1;display:flex;justify-content:center}.step-image img{width:80%;max-width:400px}.step-content{flex:1 1;text-align:left;padding:20px}.step-content h3{font-size:1.5rem;margin-bottom:10px}.step-content p{font-size:1rem;color:#444}@media (max-width:768px){.step{opacity:1!important;flex-direction:column!important;text-align:center}}