.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/*     .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  } */
.swiper-slide {
  width: fit-content;
  height: 100%;
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

.swiper-slide img {
  height: 135%;
  width: 135%;
}

.our-partners-container {
  height: 25%;
  padding: 1vw 0;
  align-items: center;
  background-color: #f4f4f4;
}

.our-partners-container h2 {
  margin-bottom: 2vw;
  text-transform: uppercase;
  color: var(--dark-grey);
  text-align: center;
  font-size: 2.5rem;
}

.our-partners-container h2 span {
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .page1 {
    height: 46%;
  }
  .our-partners-container {
    height: 20%;
    padding: 4vh 0;
    /* padding-top: 8vw; */
  }

  .swiper-slide {
    padding: 0 4px;
  }

  .our-partners-container h2 {
    margin-bottom: 8vw;

    font-size: 7vw;
  }

  .swiper-slide img {
    height: 100%;
    width: 100%;
  }
}
