@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap");
.tivala-hero-section {
  display: flex;
  height: 400px;
}
.tivala-hero-section .panel-grid-cell {
  height: 100%;
}

.tivala-hero-section-text {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 50px !important;
}
.tivala-hero-section-text p {
  max-width: 800px;
}

@media all and (max-width: 780px) {
  .tivala-hero-section.panel-row-style {
    flex-direction: unset !important;
  }
}/*# sourceMappingURL=hero-section.css.map */