#bow {
  width: 100%;
  max-width: 1200px; /* or 100% if you want it full width */
  height: auto;
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#bow .event {
  width: 100%;
  max-width: 900px;
  height: auto;
   /* optional border */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); /* optional shadow */
}

#bow .event img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
