.theme-page-banner {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  background: url("https://faalpha.com/wp-content/uploads/2022/02/default-header-bg-4.jpg") center / cover no-repeat;
}
.theme-page-banner #hero-section {
  box-sizing: border-box;
  height: 290px;
  max-height: 290px;
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 204px;
}

  .theme-page-banner .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
.theme-page-banner #hero-section.has-banner {
  height: 340px;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
  max-width: 100%;
  padding: 0;
}
.theme-page-banner .hero-wrapper h1 {
  color: #98cefc;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  line-height: 1.2;
}
.theme-page-banner .hero-wrapper p {
  font-size: 28px;
  line-height: 150%;
  margin-top: 10px;
}
@media only screen and (max-width: 1033px) {
  .theme-page-banner {
    padding-top: 20px !important;
  }
  .theme-page-banner .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .theme-page-banner #hero-section,
  .theme-page-banner #hero-section.has-banner {
    height: 290px;
    min-height: 290px;
    max-height: 290px;
    align-items: flex-end;
  }
  .theme-page-banner .hero-wrapper { min-width: 0; width: 100%; }
  .theme-page-banner .hero-wrapper h1 { overflow-wrap: anywhere; }
  .theme-page-banner .hero-wrapper h1 { font-size: 35px; }
  .theme-page-banner .hero-wrapper p { font-size: 20px; }
}
@media only screen and (max-width: 1200px) {
  .theme-page-banner #hero-section.has-banner { height: 330px; }
}
@media only screen and (max-width: 1144px) {
  .theme-page-banner #hero-section.has-banner { height: 340px; }
}
@media only screen and (max-width: 1080px) {
  .theme-page-banner #hero-section.has-banner { height: 275px; }
}
@media only screen and (max-width: 900px) {
  .theme-page-banner #hero-section.has-banner { height: 230px; }
}
@media only screen and (max-width: 782px) {
  .theme-page-banner #hero-section.has-banner { height: 210px; }
}
@media only screen and (max-width: 700px) {
  .theme-page-banner #hero-section.has-banner { height: 181px; }
}
@media only screen and (max-width: 640px) {
  .theme-page-banner #hero-section.has-banner { height: 165px; }
}
@media only screen and (max-width: 580px) {
  .theme-page-banner #hero-section.has-banner { height: 152px; }
}
@media only screen and (max-width: 520px) {
  .theme-page-banner #hero-section.has-banner { height: 131px; }
}
@media only screen and (max-width: 440px) {
  .theme-page-banner #hero-section.has-banner { height: 120px; }
}
@media only screen and (max-width: 380px) {
  .theme-page-banner #hero-section.has-banner { height: 92px; }
}
