/* 2024 style start */
@media only screen and (min-width: 1000px) {
  .style-2024 h1 {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .style-2024 h2 {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .style-2024 h3 {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .style-2024 h4 {
    font-size: 1em;
    line-height: 1.5;
  }

  .style-2024 h5 {
    font-size: 0.8em;
    line-height: 1.5;
  }

  .style-2024 h6 {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: normal;
  }
}

.style-2024 .presented {
  width: 400px;
}

.style-2024 .hft_image img {
  width: 60% !important;
}

.style-2024 .bg-footer {
  background-position: 380px bottom;
  height: 400px;
}

/* by Creasant */
@media only screen and (max-width: 1000px) {
  .style-2025 .team-member-wrapper,
  .style-2024 .team-member-wrapper {
    gap: 40px;
  }

  .style-2025 .team-member-wrapper .team-member,
  .style-2024 .team-member-wrapper .team-member {
    flex-basis: calc(100% / 3 - (40px * 2 / 3));
  }

  .style-2025 .overlay-content-wrapper,
  .style-2024 .overlay-content-wrapper {
    width: 95%;
  }

  .style-2025 .overlay-content-wrapper .overlay-arrow-btn.prev,
  .style-2024 .overlay-content-wrapper .overlay-arrow-btn.prev {
    left: -10px;
  }

  .style-2025 .overlay-content-wrapper .overlay-arrow-btn.next,
  .style-2024 .overlay-content-wrapper .overlay-arrow-btn.next {
    right: -10px;
  }
}