.voyage-eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(34, 34, 31, 0.55);
}

.voyage-dates {
  margin-top: 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.voyage-hero-note {
  max-width: 560px;
  margin-top: 1rem;
  line-height: 1.65;
  opacity: 0.86;
}

.hero-expertises.voyage-hero .image-expertises-under,
.hero-expertises.voyage-hero .image-expertises-above {
  object-fit: cover;
}

.voyage-intro {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}

.voyage-intro .paragraph-big {
  margin-top: 1rem;
}

.voyage-price-block {
  z-index: 10;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem;
  border-radius: 12px;
  background: rgba(249, 245, 232, 0.06);
  border: 1px solid rgba(249, 245, 232, 0.14);
}

.voyage-price {
  margin: 0.5rem 0 1.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color--accent, #ffe146);
}

.voyage-price-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  line-height: 1.65;
  opacity: 0.9;
}

.voyage-price-list li {
  margin-bottom: 0.45rem;
}

.voyage-price-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  opacity: 0.75;
  line-height: 1.6;
}

.voyage-cta-center {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.section.voyage-pricing {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.voyage-contact .single-contact-list-icon-one div {
  word-break: break-word;
}

@media (max-width: 767px) {
  .voyage-price {
    font-size: 2rem;
  }

  .voyage-price-block {
    padding: 1.5rem;
  }
}
