.t888-page-hero {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.t888-page-hero .t888-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 54, 135, 0.85); /* fallback */
  z-index: 1;
}
.t888-page-hero .t888-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
  max-width: 900px;
  margin: 0 auto;
}
.t888-page-hero .t888-hero-subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  /* line-height: 1.6; */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.t888-page-hero .t888-hero-title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-philosopher);
}
@media (max-width: 767px) {
  .t888-page-hero {
    min-height: 300px;
  }
  .t888-page-hero .t888-hero-title {
    font-size: 40px;
  }
  .t888-page-hero .t888-hero-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

/*# sourceMappingURL=t888-page-hero.css.map */
