.ppp-testimonial-slider-wrapper {
  width: 100%;
}

.ppp-testimonial-slider {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}

.ppp-testimonial-card {
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ppp-testimonial-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.ppp-testimonial-top {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.ppp-testimonial-message {
  line-height: 1.8;
  margin: 0;
}

.ppp-testimonial-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  text-align: left;
}

.ppp-testimonial-name {
  margin: 0;
}

.ppp-testimonial-position {
  display: block;
  margin-top: 0.25rem;
}

.ppp-testimonial-arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease;
  width: 42px;
  z-index: 5;
}

.ppp-testimonial-arrow:hover {
  opacity: 0.85;
}

.ppp-testimonial-arrow-prev {
  left: 12px;
}

.ppp-testimonial-arrow-next {
  right: 12px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}