/* .header-section{    
  height: auto;
  padding: 150px 0px 222px;
  background-repeat: no-repeat;
} */
.custom-page-header {
  background-image: url("../img/contact-us/desktop/contact-us-page-header-background.jpg");
}
@media (max-height: 650px) {
  .custom-page-header {
    background-image: url("../img/contact-us/mobile/contact-us-page-header-background.png");
  }
}