.clientSection {
  padding: 50px 0;
  background: #fff;
}

.clientSection .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.clientSection .owl-carousel .item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.clientSection .owl-carousel .item img:hover {
  transform: scale(1.1);
}

.clientSection .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.clientSection .owl-prev,
.clientSection .owl-next {
  position: absolute;
  font-size: 24px !important;
}

.clientSection .owl-prev {
  left: -30px;
}

.clientSection .owl-next {
  right: -30px;
} 
