.parallax-background {
  background-size: contain !important;
}

.page-header .sub-title {
  opacity: 1;
}
.aboutus-page-header {
  background-image: url("../img/about-us/desktop/page-header-about-us.jpg");
  padding: 79px 0 472px 0!important;
}
@media (max-width: 650px) {
  .aboutus-page-header {
    background-image: url("../img/about-us/mobile/page-header-about-us.png");
    padding: 79px 0 394px 0!important;
  }
}