.case-study-slide.swiper-slide {
  width: inherit !important;
  height: auto;
}

.case-study-swiper .swiper-wrapper {
  padding: 270px 0 60px 0;
}

.case-study-swiper {
  overflow: visible;
}

@media screen and (min-width: 400px) {
  .case-study-swiper .swiper-wrapper {
    padding: 180px 0 60px 0;
  }
}

@media screen and (min-width: 480px) {
  .case-study-slide.swiper-slide {
    width: 470px !important;
    height: auto;
  }

  .case-study-swiper .swiper-wrapper {
    padding: 180px 0 60px 0;
  }
}

@media screen and (min-width: 860px) {
  .case-study-swiper .swiper-wrapper {
    padding: 140px 0 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .case-study-swiper .swiper-wrapper {
    padding: 110px 0 60px 0;
  }
}

