.client-section {
  height: fit-content;
  overflow: hidden;
}
.swiper-wrapper{
	height: fit-content !important;
}
.item-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
	max-height: 300px !important;
}
.item-brand img {
  /* max-height: 60px; */
  object-fit: contain;
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.item-brand img:hover {
  transform: scale(1.1);
  opacity: 1;
}
.client-section {
  padding: 0 240px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .client-section {
    padding: 0 !important;
    overflow: hidden;
  }
}
