.banner {
  background: url("../img/corporate-partnership.webp") 65% 75%/cover;
  height: 400px;
}
.banner .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  margin-bottom: 3%;
}
.banner p {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 40px 0px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 400px) and (max-width: 490px) {
  .swiper-wrapper img {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .swiper-slide img {
    width: 75%;
  }
  .swiper-wrapper img.big_img {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .banner {
    background: url("../img/corporate-partnership.webp") center 75%/cover;
  }
  .banner h1 {
    margin-bottom: 1%;
  }
  #client-cases {
    padding-bottom: 0.5%;
  }
  #client-cases h2 {
    margin-bottom: 1.5%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .banner {
    height: 300px;
  }
  .swiper-slide img {
    width: 65%;
  }
  .swiper-wrapper img.big_img {
    width: 100%;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  .swiper-slide img {
    width: 60%;
  }
  .swiper-wrapper img.big_img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper img {
    width: 130px;
  }
  .swiper-wrapper img.big_img {
    width: 180px;
  }
}/*# sourceMappingURL=success-stories.css.map */