/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 17:26:17 */
.single-project_brands-carousel .swiper-slide {
  flex: 0 0 auto !important;
  width: 104px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.single-project_brands-carousel .swiper-slide-inner {
  width: 104px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.single-project_brands-carousel img.swiper-slide-image {
  width: 104px !important;
  height: 64px !important;
  object-fit: contain;
  display: block;
}

.single-project_brands-carousel .swiper-wrapper {
  gap: 48px;
}

@media (min-width:1025px) {
	.single-project_brands-carousel .swiper-wrapper {
	  gap: 48px;
	}
}

@media (max-width:1024px) {
	.single-project_brands-carousel .swiper-wrapper {
  gap: 32px;
	}
}