.hero-section{background-color:#f9f9f9;padding:2rem;width:100%}.hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.hero-image img{border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);height:auto;max-width:300px}.hero-text{max-width:600px}.hero-text h2{color:#333;font-size:2rem;margin-bottom:1rem}.hero-description{color:#555;font-size:1rem;line-height:1.6}@media screen and (max-width:768px){.hero-content{flex-direction:column;text-align:center}.hero-text{max-width:100%}}