.tour-card-hero {
  a {
    text-decoration: none !important;
    color: var(--Alias-Neutral-White) !important;
  }

  .button {
    @media screen and (min-width: 1440px) {
      margin: 0 1.25rem !important;
      display: inline-block;
    }
  }
}

.tour-card-hero__image {
  margin-bottom: 1.25rem;

  @media screen and (min-width: 1024px) {
    margin-bottom: 1.5rem;
  }

  img {
    border-radius: 1rem;
    aspect-ratio: 705 / 368;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 0 34px 0 rgba(106, 122, 147, 0);
    transition: 0.3s;
  }

  a:hover {
    img {
      box-shadow: 0 0 34px 0 rgba(106, 122, 147, 0.6);
    }
  }
}

.tour-card-hero__title {

  a {
    text-decoration: none;
  }

  h2,
  h3,
  h4,
  h5 {
    font-style: normal;
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -0.03rem;
    margin-bottom: 1.25rem;
    transition: 0.3s;
  }

  a:hover {

    h2,
    h3,
    h4,
    h5 {
      color: var(--Alias-Primary-500);
    }
  }
}

.tour-card-hero__schedule {
  display: none;
}

.tour-card-hero__exerpt {
  p {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;

    @media screen and (min-width: 1024px) {
      margin-bottom: 1.25rem;
      font-size: 1.375rem;
    }
  }
}

.tour-card-hero__content {
  @media screen and (min-width: 1440px) {
    padding: 0 1.25rem;
  }
}