/*================================================================================================
    Start Partner CSS
===================================================================================================*/
.ed-partner__section-head-title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--ed-paragraph-color);
  font-weight: 400;
  text-align: center;
}

.ed-partner__section-head {
  text-align: center;
  margin-bottom: 60px;
}

.ed-partner__section-head-title span {
  color: var(--ed-title-color);
  font-weight: 700;
}
.ed-partner__slider.owl-carousel .owl-item {
  text-align: center !important;
}
.ed-parnet__brand-logo img {
  max-width: 100%;
  height: 40px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

/* Partner Style 2 */
.ed-partner__slider--style2 .swiper-wrapper {
  transition-timing-function: linear;
}
.ed-partner__slider--style2 .swiper-slide {
  text-align: center;
}
.ed-partner__slider-2-reverse {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .ed-partner__section-head {
    margin-bottom: 40px;
  }
  .ed-partner__section-head-title {
    line-height: 24px;
  }
}

/*================================================================================================
    End Partner CSS
===================================================================================================*/
