#book-a-shore-excursion {
  width: 85%;
  max-width: 1850px;
  margin: 0 auto;
}

/* Media query for smaller screens */
@media screen and (max-width: 440px) {
  #book-a-shore-excursion {
    width: 100%;
  }
}
