.home-hero-section{position:relative;min-height:700px;width:100%;background:url(/images/home-hero-bg.png);background-repeat:no-repeat;background-size:cover;background-position:50%}.home-hero-section:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(90deg,#024d81,rgba(2,77,129,0))}.home-quote{width:100%;height:500px;background:url(/images/home-quote.png);background-repeat:no-repeat;background-size:cover;background-position:50%}.policy-card{border:2px solid #e4e4e4;transition:all .2s ease-in-out}.policy-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-10px)}@media only screen and (max-width:767px){.home-hero-section{min-height:500px}.home-hero-section:before{background:rgba(2,77,129,.8)}}