.tour__content {
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 834px) {
  .tour__content {
    display: flex;
    width: 100%;
    min-height: 17rem;
    justify-content: space-between;
  }
}
