#tour {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0 40px 0;
}

#tour-label {
  width: 90%;
  min-width: 250px;
  max-width: 500px;
  height: auto;
  align-self: flex-start;
  aspect-ratio: 7.5 / 1;
  background: url("../img/labels/tour-label-2025.png") no-repeat center;
  background-size: contain;
  margin: 0 0 40px 15px;
}

#tourDates {
  color: red;
  font-size: 20px;
  font-style: italic;
}
