

@media  (max-width: 1000px) {
  .title.has_fixed_background, .title.has_background {    
    height: 65px !important;
  }
}

@media  (max-width: 1600px) {
  .title.has_fixed_background, .title.has_background {    
    height: 200px !important;
  }
}