.book-now-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  text-align: center;
  padding: 0 1rem;
}

.book-now-form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.book-now-form form {
  min-width: 30rem;
  max-width: 50rem;
}
