.banner-component {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .banner-component {
    height: 650px;
  }
}
@media (min-width: 1536px) {
  .banner-component {
    height: 850px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .banner-component {
    height: auto;
  }
}
.banner-component p {
  margin: 0;
  line-height: 1.3;
}
.banner-component--has-image {
  overflow: hidden;
}
.banner-component__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner-component__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-component .text-banner-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .banner-component .text-banner-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.banner-component .content-container {
  position: relative;
  margin: 0 auto;
}
.banner-component__content {
  position: relative;
  z-index: 1;
}
.banner-component h1 {
  margin: 0px;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media (min-width: 320px) {
  .banner-component h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .banner-component h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

[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%);
}
