/*******
	Breakpoints / Layout / Grid
********/
/*******
	Typography
********/
/*******
	Backgrounds
********/
/*********
	Elements
********/
/* Breakpoints START */
/* Breakpoints END */
/* Spacings START */
/* Spacings END */
.trusted-partners {
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .trusted-partners {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.trusted-partners__slider {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  height: 100%;
}
.trusted-partners .swiper {
  overflow: visible;
}
.trusted-partners .swiper-slide {
  width: fit-content;
}
.trusted-partners .swiper-slide img {
  max-height: 180px;
}