.trusted-by {
  background: #fff;
}

.trusted-by__inner {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 48px 0;
}

.trusted-by__title {
  margin-bottom: 24px !important;
  text-align: center;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 28px;
  /* color: var(--black-gray, #484554); */
}

.trusted-by__slider {
  overflow: hidden;
}

.trusted-by__slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Full logo: no grayscale, show whole image */
.trusted-by__img {
  display: block;
  height: auto;
  width: auto;
  max-height: 64px;
  max-width: min(200px, 28vw);
  object-fit: contain;
}

.trusted-by__bar {
  height: 8px;
  width: 100%;
  /* background: linear-gradient(115deg, #2a62f2 0%, #7a2df0 100%); */
}

@media (min-width: 768px) {
  .trusted-by__img {
    max-height: 72px;
    max-width: 240px;
  }
}

.trusted-by__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.trusted-by__slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}