#faq h3 {
  text-align: left;
}

#faq p {
  text-align: left;
}

#rsvp-btn {
  height: 65px;
  padding: 0 25px;
  font-size: 24px;
}

.hotels-section {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hotels-section > .col:first-child {
    padding-right: 75px;
    border-right: 1px solid #548a7f;
  }
}

@media (max-width: 991px) {
  .hotels-section > .col:first-child {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #548a7f;
  }
}
