.hero{box-sizing:border-box;background:#ffffffb3;border-radius:14px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto 2rem;padding:4rem 2rem;display:flex;box-shadow:0 2px 16px #0000000f}.hero-text{flex:50%}.hero-text h1{color:#ff9800;margin-bottom:1.2rem;font-size:2.7rem;font-weight:700}.hero-text p{color:#444;margin-bottom:2rem;font-size:1.25rem}.hero-image{flex:40%;justify-content:center;align-items:center;display:flex}.hero-image img{border-radius:10px;width:100%;max-width:350px;box-shadow:0 2px 12px #00000012}s .hero-rotating-image{max-width:100%;height:auto;transition:opacity .5s ease-in-out}