.help-center-header {
  background: url("../../../img/pages/header.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px !important;
}
.help-center-header .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 575.98px) {
  .help-center-header .input-wrapper {
    max-width: 70%;
  }
}

.light-style .help-center-bg-alt {
  background-color: #f0f2f4;
}

.dark-style .help-center-bg-alt {
  background-color: #313249;
}
