.mySwiper-discover .swiper-button-prev, .mySwiper-discover .swiper-button-next {
  color: white;
}

.mySwiper-discover img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.mySwiper-discover h4 {
  padding: 30px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  color: white;
  font-family: Raleway;
  font-weight: bold;
  font-size: 25px;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  height: 108px;
  display: flex;
  align-items: center;
  /*overflow: hidden;*/
}

.mySwiper-discover .swiper-pagination {
  display: none;
}