.hero-section{background-position:50%;background-size:cover;border-radius:15px;display:grid;grid-template-columns:1fr 1fr;height:50vh;margin:auto;max-width:1500px;min-height:250px;position:relative}.background-gradient{border-radius:15px;bottom:0;grid-column:1/span 2;left:0;position:absolute;right:0;top:0}.hero-content-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:14% 5%;position:relative;z-index:1}.hero-content{max-width:90%}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-subtext{font-size:1.2rem;line-height:1.5}.hero-buttons{display:flex;gap:1rem;margin-top:1.5rem}.hero-btn{background-color:#fff;border:none;border-radius:.5rem;font-weight:700;padding:.8rem 1.6rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}.hero-btn:hover{cursor:pointer}@media (max-width:768px){.hero-section{background-repeat:no-repeat;background-size:cover;grid-template-columns:1fr;height:auto;margin:2% auto;max-width:100%;padding:0}.hero-content-wrapper{justify-content:center;padding:10% 2rem;text-align:center}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.hero-content h1{font-size:2rem}.hero-subtext{font-size:1rem}}