/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 18 2026 | 10:41:43 */
.list-clients .swiper .swiper-wrapper {
	align-items: center;
}

.list-clients .swiper .swiper-wrapper .swiper-slide figure {
	display: flex;
    align-items: center;
    justify-content: center;
}

.list-clients .swiper .swiper-wrapper .swiper-slide figure img {
	max-height: 70px;
    max-width: 132px;
}

@media (max-width: 880px) {
	.list-clients .swiper .swiper-wrapper .swiper-slide figure img {
		max-height: 53px;
		max-width: 99px;
	}
}