.tour {
  padding: 9rem 3rem;
}

/* Tour Table - Minimal */
.tour-table {
  border-collapse: collapse;
  margin: 0;
  font-family: var(--font-family-space);
  text-transform: uppercase;
}

.tour-table td {
  padding: 0.0rem 0.5rem 0.0rem 0;
  text-align: left;
  line-height: 1em;
  font-weight: 600 !important;
  font-size: 1rem;
  font-weight: 400;
}


.tour-table td:nth-child(1),
.tour-table td:nth-child(2) {
  padding-right: 0.2rem;
}

.tour-banner {
  margin-top: 1px !important;
  padding-top: 1px;
  font-size: 0.7em;
  line-height: 1.2em;
  background-color: var(--color-code-yellow);
  display: inline-block;
  vertical-align: top;
  color: var(--color-text-contrast);
}

@media screen and (max-width: 720px) {
  .tour {
    padding: 5rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  .tour-table td {
    font-size: 0.60rem;
    padding: 0.1rem 0.5rem 0.1rem 0;

  }
}