@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap");
.landing-page-hero-image {
  height: calc(90dvh - 100px);
  display: flex !important;
  justify-content: center !important;
  min-height: 520px;
}

.tivala-hero-section {
  display: flex;
  height: 400px;
}
.tivala-hero-section .panel-grid-cell {
  height: 100%;
}

#hero-text-landing-page {
  margin-top: 50px;
  color: white;
}

@media all and (max-width: 780px) {
  .tivala-hero-section.panel-row-style {
    flex-direction: unset !important;
    -webkit-flex-direction: unset !important;
  }
}

.hero-title h1 {
  font-size: 96px;
}
@media all and (max-width: 1000px) {
  .hero-title h1 {
    font-size: 76px;
  }
}
@media all and (max-width: 780px) {
  .hero-title h1 {
    font-size: 45px;
  }
}
.hero-title p {
  font-size: 20px;
}/*# sourceMappingURL=hero-section.css.map */