.hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:600px;position:relative}.hero-section:before{background:rgba(0,0,0,.4);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-section .container{position:relative;z-index:2}.hero-section .hero-wrapper{align-items:center;display:grid;gap:60px;grid-template-columns:minmax(auto,725px) minmax(300px,1fr);margin:3em auto}.hero-section .hero-content{background:#212322;padding:60px 50px;position:relative;width:100%}.hero-section .hero-content:after{background:#00a9e0;bottom:0;content:"";height:6px;left:80px;position:absolute;right:0}.hero-section h1{color:#fff;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 20px}.hero-section p{color:#fff;font-size:20px;line-height:1.5;margin:0 0 30px}.hero-section .hero-list{counter-reset:hero-counter;list-style:none;margin:0 0 30px;padding:0}.hero-section .hero-list li{color:#fff;counter-increment:hero-counter;font-size:20px;line-height:1.5}.hero-section .hero-list li:before{content:counter(hero-counter) ". "}.hero-section .hero-image-right{position:relative;z-index:2}.hero-section .hero-image-right img{display:block;height:auto;margin:0 auto;max-width:420px;width:100%}@media (max-width:992px){.hero-section .hero-wrapper{gap:40px;grid-template-columns:1fr}.hero-section .hero-content{max-width:725px}.hero-section .hero-image-right img{max-width:500px}}@media (max-width:768px){.hero-section{min-height:500px}.hero-section .hero-content{padding:40px 30px}.hero-section .hero-content:after{height:5px;left:40px}.hero-section h1{font-size:36px}.hero-section .hero-list li,.hero-section p{font-size:18px}}@media (max-width:480px){.hero-section h1{font-size:28px}.hero-section p{font-size:16px}.hero-section .hero-content{padding:30px 20px}.hero-section .hero-content:after{height:4px;left:20px}.hero-section .hero-list li{font-size:16px}}