.wewe-testimonial-swiper-wrapper {
  overflow: hidden;
}
.wewe-testimonial-swiper-wrapper * {
  box-sizing: border-box;
}

.wewe-swiper-pagination--light .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.6;
}
.wewe-swiper-pagination--light .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.wewe-testimonial-swiper {
  --swiper-theme-color: var(--e-global-color-primary);
  padding: 50px 0 !important;
}
.wewe-testimonial-swiper .swiper-button-next,
.wewe-testimonial-swiper .swiper-button-prev {
  display: none;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .wewe-testimonial-swiper .swiper-button-next,
  .wewe-testimonial-swiper .swiper-button-prev {
    display: block;
  }
}
.wewe-testimonial-swiper__slide {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
  border-radius: 40px;
}
.wewe-testimonial-swiper__slide:not(.swiper-slide-active) {
  min-height: 350px;
}
.wewe-testimonial-swiper__slide.swiper-slide-active {
  min-height: 350px;
}
.wewe-testimonial-swiper .wewe-testimonial2 {
  text-align: center;
  padding: 0 20px 20px;
}
.wewe-testimonial-swiper .wewe-testimonial2__author {
  margin-bottom: 30px;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__photo {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: end;
  justify-content: center;
  margin-top: -45px;
  margin-bottom: 25px;
  background-color: #f1f1ef;
  border: 4px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__photo img {
  width: 100%;
  height: 100%;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__photo__default {
  width: 80%;
  height: 80%;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__photo__default svg {
  width: 100%;
  height: 100%;
  fill: #d1d4d3;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 5px;
}
.wewe-testimonial-swiper .wewe-testimonial2__author__location {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}
.wewe-testimonial-swiper .wewe-testimonial2__content {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}