  .he-navbar__links {
    gap: clamp(14px, 1.55vw, 18px);
  }

  .he-navbar__menu {
    gap: clamp(8px, 1vw, 17px);
  }

  .featured-mini-tour h3 {
    height: 92px;
  }

  .custom-trip-offer__value strong {
    font-size: 14px;
  }

  .custom-trip-offer__eyebrow {
    font-size: 8px;
  }

  .custom-trip-offer__label {
    font-size: clamp(28px, 2.6vw, 22px);
  }

  .featured-hero-tour h3 {
    font-size: clamp(23px, 2.8vw, 30px);
  }

  .featured-mini-tour h3 {
    height: 89px;
  }

  .article-detail__toc h2,
  .article-detail__recent h2,
  .article-detail__related h2,
  .article-detail__cta h2 {
    font-size: 27px;
  }

  .article-detail__recent-post img {
    height: 100px;
  }

  .top-tour-card h3 {
    height: 73px;
  }

  .tour-detail-breadcrumb a {
    font-size: 14px;
  }

  .journal-card h3 {
    height: 61px !important;
  }

  @media (max-width: 767px) {

    .top-tour-card h3 {
      min-height: 48px;
      margin: 0 0 8px;
      font-size: 17px;
      line-height: 1.5;
      height: 87px;
    }

    .popular-trip-card h3 {
      font-size: 18px;
    }
  }