.heading-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}
.heading-texts .heading-subtitle {
  font-family: "gineso", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.5) !important;
}
.heading-texts .heading-subtitle.light {
  color: #ffffff;
}
.heading-texts .heading-subtitle.dark {
  color: #381e00;
}
.heading-texts .heading-subtitle.normal {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .heading-texts .heading-subtitle.normal {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .heading-texts .heading-subtitle.normal {
    font-size: 1.2rem;
  }
}
.heading-texts .heading-subtitle.large {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .heading-texts .heading-subtitle.large {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .heading-texts .heading-subtitle.large {
    font-size: 1.5rem;
  }
}
.heading-texts .heading-title {
  font-family: "gineso-condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5) !important;
}
.heading-texts .heading-title.light {
  color: #ffffff;
}
.heading-texts .heading-title.dark {
  color: #381e00;
}
.heading-texts .heading-title.normal {
  font-size: 4.375rem;
}
@media (max-width: 768px) {
  .heading-texts .heading-title.normal {
    font-size: 3.25rem;
  }
}
@media (max-width: 480px) {
  .heading-texts .heading-title.normal {
    font-size: 2.5rem;
  }
}
.heading-texts .heading-title.large {
  font-size: 6.875rem;
}
@media (max-width: 768px) {
  .heading-texts .heading-title.large {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .heading-texts .heading-title.large {
    font-size: 3.5rem;
  }
}
.heading-texts .heading-arrow {
  width: auto;
  height: 25px;
  -webkit-filter: drop-shadow(1.5px 1.5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1.5px 1.5px rgba(0, 0, 0, 0.5));
}
.heading-texts .heading-arrow.large {
  width: auto;
  height: 2.5rem;
}
@media (max-width: 480px) {
  .heading-texts .heading-arrow.large {
    height: 2rem;
  }
}