.tour-feature-image {
  height: 460px;
  margin-bottom: 72px;
  overflow: hidden;
}

.tour-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.contact-email {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: #efd298;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(239, 210, 152, .55);
}

.contact-section {
  padding: 95px 0;
  background: #f5f1e8;
  color: #1c1b19;
}

.contact-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.contact-wrap > div > p:last-child {
  max-width: 480px;
  color: #716d64;
}

.contact-details {
  border-top: 1px solid rgba(28, 27, 25, .18);
}

.contact-details > a,
.contact-details > div {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(28, 27, 25, .18);
}

.contact-details span {
  color: #9a7136;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-details strong {
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

@media (max-width: 800px) {
  .tour-feature-image {
    width: 100%;
    height: 360px;
    margin-top: -80px;
    margin-bottom: 54px;
  }

  .tour-feature-image img {
    object-position: center 63%;
  }

  .contact-section {
    padding: 72px 0;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-details > a,
  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }
}
