.hero{background-color:var(--white-light);justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;display:flex}.hero-content{word-wrap:break-word;flex-direction:column;flex:2;gap:1rem;max-width:100%;display:flex}.hero-image{flex:1;justify-content:flex-end;display:flex}.hero-buttons{flex-wrap:wrap;gap:2rem;max-width:100%;padding-top:1rem;display:flex}.icon{justify-content:center;align-items:center;gap:2rem;display:flex}.hero-subtitle{margin-top:0}@media (max-width:768px){.hero{flex-direction:column;align-items:center;gap:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero-image{justify-content:center}}
