.inves-bnr {
  padding: 70px 0 120px;
}
.inves-bnr:after{
  /*
  content: "";
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0; 
  background: rgba(0,0,0,0.8);
  pointer-events: none;*/
}
.inves-bnr-txt {
  margin: 0 auto;
  max-width: 400px;
}
.inves-bnr-txt h3 {
  margin:0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.inves-bnr-txt h2 {
  color: #d5a324;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
  margin:0;
}
@media (max-width: 767px){
  .inves-bnr {
    padding: 50px 0 70px;
  }
  .inves-bnr-txt {
    max-width: 300px;
  }
  .inves-bnr-txt h3 {
    font-size: 16px;
  }
  .inves-bnr-txt h2 {
    font-size: 32px;
  }
}

@media  (min-device-width:992px) and (max-width:1400px) {
/*@media (min-width: 992px) and (max-width: 1500px)  { */
  .inves-bnr {
    background-size: cover !important;
    width: auto;
    height: 300px;
    filter: brightness(0.8);
    margin-top: -10px;
  }
}
@media (min-width: 1500px){
  .inves-bnr{
    height:333px !important;/*400px*/
    padding: 140px 0 120px;
    background-size: contain !important;
  }
}