.banner-component {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  .banner-component {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .banner-component {
    min-height: 220px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .banner-component {
    height: auto;
  }
}
.banner-component p {
  margin: 0;
}
.banner-component .subTitle {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 320px) {
  .banner-component .subTitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .banner-component .subTitle {
    font-size: 22px;
  }
}
.banner-component .subTitle {
  color: var(--text-primary-color);
}
@media screen and (max-width: 640px) {
  .banner-component .subTitle {
    font-size: 20px !important;
  }
}
.banner-component .tertiary-title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.banner-component .text-banner-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .banner-component .text-banner-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .banner-component .text-banner-title {
    font-size: 52px;
  }
}
.banner-component .text-banner-title {
  color: var(--text-secondary-color);
}
.banner-component .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104deg, rgba(214, 241, 249, 0.45) 1.21%, rgba(50, 182, 185, 0.55) 28.62%);
}
.banner-component .content-container {
  position: relative;
  margin: 0 auto;
}
.banner-component h1 {
  margin: 0px;
  font-weight: 700;
}
@media (min-width: 320px) {
  .banner-component h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .banner-component h1 {
    font-size: 52px;
  }
}

[data-module-id=module-imageText-1] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(89%, rgba(178, 235, 216, 0.3)));
  background: linear-gradient(180deg, #fff 0%, rgba(178, 235, 216, 0.3) 89%);
}
