main{padding-top:0!important;padding-bottom:0!important;margin-top:0!important}#hero-section{height:100vh;width:100%;position:relative;display:flex;flex-direction:row;justify-content:space-between}#hero-left{height:100%;width:50%;position:relative}#hero-left>div{width:100%;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4rem}#hero-left div div:first-of-type{display:flex;flex-direction:column;gap:0}#hero-left h2{font-size:3rem}#hero-left div div:last-of-type{display:flex;flex-direction:row;gap:2rem;align-items:center}#hero-left .cta{padding:.75rem 1.25rem;border-radius:6px;font-size:medium;transition:all .3s}#hero-left #cta1{background:var(--primary);color:#fff}#hero-left #cta2{background:var(--secondary);color:#fff}#hero-right{height:100%;width:50%;position:relative}#hero-right img{height:60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}
