.banner-module { position: relative; padding: 75px 0 70px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; background-blend-mode: overlay; }
.banner-module h1{max-width:570px;font-size:48px;line-height:normal;margin-bottom: 35px;}
.banner-content h3 { width: 100%; font-size: 30px; font-weight: 100; margin-bottom: 50px; }

@media(max-width:1200px){
  .banner-module{padding:50px 0;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-module{background-blend-mode: unset;}
  .banner-module:before{content:'';background-color:#fff;position:absolute;width:100%;height:100%;top:0px;left:0px;opacity:0.7;}   
  .banner-content { position: relative; z-index: 5; }
}
@supports (-ms-ime-align: auto) {
  .banner-module{background-blend-mode: unset;}
  .banner-module:before{content:'';background-color:#fff;position:absolute;width:100%;height:100%;top:0px;left:0px;opacity:0.7;}   
  .banner-content { position: relative; z-index: 5; }
}

@media(max-width:767px){
  .banner-module{padding:70px 0;}
  .banner-module{background-blend-mode: unset;}
  .banner-module:before{content:'';background-color:#fff;position:absolute;width:100%;height:100%;top:0px;left:0px;opacity:0.7;}
  .banner-content { position: relative; z-index: 5; text-align: left; }
  .banner-content h1{ margin-bottom: 15px;}
  .banner-content h3{margin-bottom: 20px;}
}