.booking-section {
  background-color: var(--colorPrimaryLight);
  max-width: 100vw;
  overflow: hidden;
}

.booking-section .wrapper {
  max-width: unset !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 120%;
}

@media (max-width: 768px) {
  .booking-section .wrapper {
    width: 100%;
  }
}
