.book-consultation {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1300px;
  margin: 70px auto;
}

.book-consultation h2 {
  color: rgb(var(--color-base-accent-1));
  font-weight: 600;
  text-align: center;
  max-width: 700px;
  margin: 0 20px 40px;
}