.block-clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-clients .swiper-slide img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 406/226;
}
