/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.how-it-works-wrapper{text-align:center;padding:4rem 2rem}.section-title{font-size:2.8rem;color:#458c67;font-weight:800;margin-bottom:3rem}.how-it-works-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.how-step{max-width:300px;flex:1 1 30%;opacity:0;transform:translateY(40px);animation:fadeInUp .6s ease forwards}.step-circle{width:90px;height:90px;background-color:#8add4f;color:#fff;font-weight:700;font-size:2.5rem;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.step-title{font-size:2rem;font-weight:800;color:#2f6833;margin-bottom:.5rem;text-transform:uppercase}.step-text{font-size:1.3rem;font-weight:500;color:#000}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.how-it-works-steps{flex-direction:column;align-items:center}}