.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:15vh 5vh;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:solid;border-radius:.5rem;font-weight:700;padding:.8rem 1.6rem;transition:background-color .3s ease,color .3s ease;white-space:nowrap}.hero-btn:hover{border-color:#fff;border-width:2px;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:5% 0;text-align:center}.hero-buttons{align-items:flex-start;flex-direction:column;float:left;gap:.25rem;margin-top:0}.hero-content h1{font-size:1.75rem;margin:0}.hero-subtext{font-size:1rem}}