.clc-wrapper {
  text-align: center;
  padding: 30px 0;
}

.clc-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}

.clc-swiper {
  width: 100%;
  padding: 10px 0;
}

.clc-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.clc-swiper img {
  max-width: 150px;
  max-height: 80px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.clc-swiper img:hover {
  opacity: 1;
}
