.hero-container{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.hero-left-box{flex:1;max-width:500px}.hero-description,.hero-title{margin-bottom:20px}.hero-button{align-items:center;background-color:transparent;border:2px solid #fff;border-radius:10px;display:inline-flex;justify-content:center;padding:5px 24px;position:relative;text-decoration:none!important;transition:none!important}.hero-button:hover{background-color:transparent!important;border-color:#fff!important;text-decoration:none!important}.hero-button:after{content:"→";margin-left:10px}.hero-right-box{flex:1;text-align:center}.hero-image{height:auto;margin-bottom:20px;max-width:70%}.info-cards{display:flex;flex-wrap:nowrap;gap:0;justify-content:space-between;width:100%}.info-card{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border-radius:10px;box-shadow:0 4px 10px rgba(39,35,79,.5);flex:1;margin-right:24px;max-width:none;padding:20px;text-align:center}.info-card:last-child{margin-right:0}.info-card .percentage{margin-bottom:10px;margin-top:10px!important}@media screen and (max-width:768px){.info-cards{flex-direction:column;gap:16px}.info-card{margin-right:0}}