#about-warehouse .about-block.divided .block-container h2 {
  display: none;
}

#about-warehouse .about-block.divided {
  display: block;
}

#about-warehouse .about-block.divided .image-slider {
  max-width: 600px;
  margin-top: 50px;
}

#about-warehouse .about-block.divided .swiper-wrapper {
  align-items: center;
}

#about-warehouse .about-block.divided .image-slider__image img {
  max-width: initial;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #about-warehouse .about-block.divided .image-slider__image img {
    max-width: 100%;
    height: initial;
  }

  #about-warehouse .image-slider .swiper-button-prev,
  #about-warehouse .image-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  #about-warehouse .image-slider .swiper-button-next:after,
  #about-warehouse .image-slider .swiper-button-prev:after {
    font-size: 20px;
  }
}
