.section2 {
  width: 90%;
}

.section3__calendar .day {
  font-size: 1rem;
}

.countdown-container {
  gap: 1.5rem;
}

.section5__banner {
  height: 25rem;
}

.timeline-item {
  padding: 0 3rem;
}

.section7__places {
  gap: 3.25rem;
}

.place-item {
  width: 25rem;
}

.place-image {
  height: 19rem;
}

.section9 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

.section9__image {
  height: 35rem;
}

.section9__form {
  padding: 0 2rem;
}
