.tab__section {
  display: flex;
  flex-direction: row;
  margin: 12px;
  justify-content: space-evenly;
  align-items: center;
}

.button__section {
  padding-top: 24px;
}

.tab__item {
  margin: 0px !important;
}

.tour_container {
  margin: 0px !important;
}

.slider.slider-nav.slick-initialized.slick-slider {
  width: auto !important;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .tab__section {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
  }
}

@media screen and (max-width: 750px) {
  iframe > h1 {
    font-size: 18px !important;
  }
  iframe > img {
    font-size: 75px !important;
  }
}
