.VisitorInfoSection .swiper-wrapper {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
}
.VisitorInfoSection .swiper {
  width: 100%;
  height: 100%;
}
.VisitorInfoSection .swiper-slide {
  font-size: 18px;
  height: unset !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.VisitorInfoSection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VisitorInfoSection .swiperTextContain {
  max-width: 75%;
  margin: 0 auto -30px auto;
}
.VisitorInfoSection .swiperTextContain h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.VisitorInfoSection .swiperTextContain h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.VisitorInfoSection .swiperTextContain p {
  color: #ffffff;
  font-size: 18px;
}
.VisitorInfoSection .swiperTextContain hr {
  color: #ffffff;
  height: 3px;
  opacity: 1;
}
.VisitorInfoSection .swiper-button-next, .VisitorInfoSection .swiper-button-prev {
  left: 375px;
  background: #711F24;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
}
.VisitorInfoSection .swiper-button-next:after, .VisitorInfoSection .swiper-button-prev:after {
  color: #ffffff !important;
  font-size: 16px !important;
}
.VisitorInfoSection .swiper-button-prev {
  display: none;
}