.hero-background{z-index:0;max-width:1400px;overflow:hidden;background-image:url(/static/home/hero/lol.webp);background-size:cover;background-position:100% 0;background-repeat:no-repeat;transition:opacity .3s ease}.hero-background,.hero-background:before{position:absolute;top:0;right:0;width:100%;height:100%}.hero-background:before{content:"";background:linear-gradient(90deg,#02061b 5%,rgba(2,6,27,0)),linear-gradient(0deg,#02061b 5%,rgba(2,6,27,0));z-index:1;pointer-events:none}.section{width:100%;padding:6rem 2rem}.section-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem;gap:2rem}.section-container .text{width:100%;max-width:50%}.section-container h2{font-size:2.25rem;line-height:2.5rem;color:#fff}.section-container p{margin-top:2rem;font-size:1rem;color:#767c8e;font-weight:500}.section-container .imageContainer{width:100%;max-width:50%;display:flex;justify-content:center}@media (min-width:768px){.section-container{flex-direction:row}.section-container .imageContainer,.section-container .text{width:50%}}