@media (min-width: 883px) {
  .booking-section {
    padding-top: 172px;
  }
}
.booking__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.booking-content-grid {
  margin-top: 1.88rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.booking__extended-content-wrapper p {
  color: #8A8A8A;
}

.booking__main-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booking__prices-button--mobile {
  display: none;
}

@media (max-width: 1240px) {
  .booking__content-wrapper {
    max-width: 33.5rem;
    text-align: center;
  }
  .booking__main-text {
    margin-bottom: 3rem;
    color: black !important;
  }
  .booking-content-grid {
    grid-template-columns: 1fr;
  }
  .booking__main-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .booking__extended-content-wrapper {
    display: none;
  }
  .booking__prices-button--desktop {
    display: none;
  }
  .booking__prices-button--mobile {
    display: flex;
  }
}
@media (max-width: 883px) {
  .booking__content-wrapper {
    text-align: left;
  }
  .booking__content-wrapper {
    max-width: none;
  }
  .booking__main-content-wrapper {
    align-items: start;
  }
  .booking-section {
    margin-top: 128px;
  }
}

/*# sourceMappingURL=booking.css.map */
