.partner {
  background-color: #f5f5f5;
  padding: 0 !important;
}

.partner-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partner h2 {
  margin-top: 32px;
  text-align: center;
}

.partner-swiper {
  width: 100%;
  max-width: 1920px;
  height: 200px;
  margin: 0 auto;
}

.partner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-swiper .swiper-slide img {
  height: 120px;
  width: auto;
}

/* ===========================
   Responsives Design (Breakpoints)
   Range: 320px – 1920px
=========================== */

/* Extra Large Devices (1200px – 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
}

/* Large Devices (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Medium Devices (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .partner-swiper {
    height: 160px;
  }
  .partner-swiper .swiper-slide img {
    height: 92px;
  }
}

/* Small Devices (576px – 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .partner-swiper {
    height: 140px;
  }
  .partner-swiper .swiper-slide img {
    height: 72px;
  }
}

/* Extra Small Smartphones (320px – 575px) */
@media (max-width: 575px) {
  .partner-swiper {
    height: 120px;
  }

  .partner-swiper .swiper-slide img {
    height: 72px;
  }
}
