.generative-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.generative-image{flex:1 1;margin-right:20px}.generative-image img{width:100%}.generative-content{flex:2 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}h1,h2,h3{font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}main{max-width:1200px;margin:0 auto;padding:2rem}section{margin-bottom:3rem}header{background-color:#1a237e;color:#fff;padding:1rem;text-align:center}nav{margin-top:1rem}nav a{color:#fff;text-decoration:none;margin:0 1rem}nav a:hover{color:#c8d8e4}section:nth-child(odd){background-color:#f7f7f7;padding:2rem}section ul{list-style-type:none}section li{margin-bottom:1rem}.cta{background-color:#1a237e;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:4px;transition:background-color .3s ease}.cta:hover{background-color:#3f51b5}