.tour-showcase {
  position: relative;
  width: 100%;
}

/**/
.tour-rows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/tour-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
}

.tour-rows__img {
  width: 70%;
  margin: 0 auto;
}

.tour-items {
  width: 85%;
  text-align: center;
  margin: 1.5rem auto;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.9vw;
  color: black;
  padding: 0.8rem;
  border: 5px solid black;
    font-weight: bolder;
}

.tour-container:not(:last-child) {
  padding-right: 1rem;
}

.tour-container {
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.tour-container:first-child {
  width: 50%;
}

/**/
.tour-footer {
  width: 85%;
  margin: 0 auto;
  font-size: 1.5vw;
  color: black;
  padding: 0.2rem 0.8rem;
  border: 5px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.tour-footer a {
  text-decoration: none;
  color: white;
}

.tour-footer__heading {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}

.tour-footer__divider {
  transform: rotate(0deg);
  width: 1px;
  height: 30px;
  background-color: white;
}

.tour-footer__img {
  width: 30px;
}

/**/
.tour-link {
  text-decoration: none;
  color: black;
  border: solid 4px #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms;
  text-transform: uppercase;
  text-align: center;
    background-color: gold;
}

.tour-link:hover {
  background: #1478d0;
}

.tour-link:hover,
.tour-link:visited,
.tour-link:focus,
.tour-link:active {
  color: #000000;
}

.tour-dates,
.tour-places,
.tour-link {
  padding: 8px;
  margin-bottom: 0.5rem;
  display: block;
}

.tour-dates,
.tour-places {
  border: 4px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .tour-items {
    padding: 2rem;
margin: 2.5rem auto;
width: 60%;
font-size: 1.5vw;
background-color: white;
opacity: 0.7;
  }

  .tour-rows__img {
    width: 60%;
  }

  .tour-footer {
    width: 60%;
    padding: 2rem;
    font-size: 1.1vw;
  }

  .tour-footer__img {
    width: 80px;
  }

  .tour-footer__divider {
    height: 60px;
    width: 3px;
  }
}
