.logo-bar {
  text-align: center;
}
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 15px 15px;
}
.logo-bar__item img {
      max-width: 100%;
    }
    .homepage-section--logo-bar-wrapper .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .homepage-section--logo-bar-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto !important;
      border-radius: 15px;
    }
    .homepage-section--logo-bar-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .homepage-section--logo-bar-wrapper .homepage-sections--title {
      font-size: 32px;
    }
    .homepage-section--logo-bar-wrapper p {
      margin-bottom: 0;
    }
@media screen and (max-width: 767px) {
  .logo-bar__item {
    margin: 0 7.5px 15px 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-section--logo-bar-wrapper .swiper-slide img {
    width: 137px !important;
  }
}
