.hero{align-items:center;display:flex;min-height:100vh;padding:292px 0 192px;position:relative}.hero_video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero_video video{height:100%;object-fit:cover;width:100%}.hero_content{margin:0 auto;max-width:950px;text-align:center}.hero_sub_title h5,.hero_title h1{color:var(--white)}.hero_btn{margin-top:60px}.hero:before{background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media (max-width:767px){.hero{padding:192px 0 100px}.hero_content{max-width:100%}.hero_sub_title h5{font-size:19px;line-height:20px}.hero_btn{margin-top:30px}}