.swiper.c-customer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper.c-customer .swiper-wrapper {
  align-items: center;
}
.swiper.c-customer .swiper-slide {
  width: 300px;
  height: 300px;
  background: #fff;
  color: inherit;
}
.swiper.c-customer .swiper-slide.swiper-slide-active {
  width: 550px;
  height: 450px;
}
.wrapper-c-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  padding: 30px;
  height: 100%;
}
.customer {
  text-align: center;
  flex-basis: 35%;
}
.customer .wrapper-c-image {
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.customer .wrapper-c-image img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  border-radius: 100%;
}
.customer .customer-name {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.customer .customer-company {
  font-weight: bold;
}

.swiper.c-customer .swiper-slide.swiper-slide-active .customer-review {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; 
  flex-basis: 65%;  
}


@media (max-width: 900px) {
  .wrapper-c-slide  {
    flex-direction: column;
  }

.swiper.c-customer .swiper-slide.swiper-slide {
  height: 100%;
  width: 100%;
  }
