.reservation {
  padding-top: 13.8888888889vw;
  padding-bottom: 6.9444444444vw;
}
.reservation__row {
  justify-content: center;
  align-items: center;
}
.reservation__title {
  font-size: 2.7777777778vw;
  font-weight: 700;
  color: #222;
}
.reservation__subtitle {
  font-size: 0.9722222222vw;
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
}
.reservation__description {
  margin-top: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
  font-size: 0.9722222222vw;
}
@media (max-width: 1024px) {
  .reservation {
    height: calc(100vh - 55px);
  }
  .reservation .theme-section, .reservation__container, .reservation__row {
    height: 100%;
  }
  .reservation__title {
    font-size: 5.2083333333vw;
  }
  .reservation__subtitle {
    font-size: 1.8229166667vw;
  }
  .reservation__description {
    margin-top: 2.6041666667vw;
    margin-bottom: 6.5104166667vw;
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 575px) {
  .reservation {
    height: calc(100vh - 113px);
  }
  .reservation__title {
    font-size: 8.5333333333vw;
    text-align: center;
  }
  .reservation__subtitle {
    display: block;
    font-size: 3.7333333333vw;
    letter-spacing: 4px;
    margin-top: 2.6666666667vw;
  }
  .reservation__description {
    margin-top: 8vw;
    margin-bottom: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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