.tour_item:nth-of-type(even) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65%;
}
.tour_item:nth-of-type(odd) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65%;
}
.vt-gallery {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px;
}
.tour_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px 6rem;
}
.tab__section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 12px 0;
}
.tab__item {
  background-size: cover;
  width: 22%;
  color: white;
  cursor: pointer;
  margin: 0 0 0 24px;
}

.init__tab--item {
  margin: 0px;
}

.deckplanhub .activeDeckplan {
  font-weight: 700;
  border-bottom: 2px solid #005edc;
}

.deckplanhub .btn {
  border: none;
  outline: none;
  margin: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #005edc;
  padding-bottom: 2px;
  background-color: white;
}

.deckplanhub .deckplanBtnContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

@media screen and (max-width: 1300px) {
  .tour_container {
    flex-direction: column;
  }
  .tour_item:nth-of-type(odd) {
    width: 80%;
  }
  .tour_item:nth-of-type(even) {
    width: 80%;
  }
  .tab__section {
    justify-content: center;
  }
  .deckplanhub .deckplanBtnContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
