.hero{background:#000;color:#fff;padding-top:100px;position:relative;z-index:2}.hero .bg-image{z-index:-1}.hero .bg-image,.hero .bg-image:before{height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.hero .bg-image:before{background-color:rgba(0,0,0,.5);content:"";z-index:0}.hero .bg-image img{height:100%;object-fit:cover;width:100%}.hero #title-container{display:flex;flex-direction:column;justify-content:flex-end;min-height:40vh}.hero #title-container .title{margin-bottom:1rem;margin-top:3rem;max-width:705px;width:100%}.hero #title-container .title h1{color:#fff;margin:0;text-transform:none}.hero #overview-texts-container{border-top:1px solid #fff;padding-bottom:1.5rem;padding-top:1.5rem}.hero #overview-texts-container .row-fluid{display:flex;flex-wrap:wrap}.hero #overview-texts-container .row-fluid>div{flex:1;font-size:20px;font-weight:400;padding-right:10px}.hero #overview-texts-container .row-fluid>div:last-child{padding-right:0}@media (max-width:767.98px){.hero #title-container{min-height:70vh}.hero #overview-texts-container .row-fluid>div{flex:1 0 100%;margin-bottom:15px;padding:0}.hero #overview-texts-container .row-fluid>div:last-child{margin-bottom:0}}