.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 {
	height: 80;
  object-fit: contain;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.item-brand img:hover {
  opacity: 0.4;
}
.client-section {
	background: #F2F2F2;
	padding: 0px 100px 60px;
	overflow: hidden;
}
.mxw-1400{
	max-width: 1400px !important;
}
@media (max-width: 768px) {
  .client-section {
		padding: 0 0 60px !important;
    overflow: hidden;
  }
}