.testimonial-carousel-item {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 3rem;
  gap: 0 4rem;
}

.testimonial-carousel-item .testimonial-image {
  flex: 0 0 17rem;
}

.testimonial-carousel-item .testimonial-image img {
  height: auto;
  width: 100%;
}

.testimonial-content {
  flex: 1 1 35rem;
}

.testimonial-content p {
  margin-bottom: 1rem;
}

.testimonial-signature {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}

.testimonial-signature * {
  margin: 0;
}

.splide__arrow {
  background-color: #f8f8f8;;
}

.splide__arrow--next {
  right: 5px;
}
.splide__arrow--prev {
  left: 5px;
}

.splide__pagination__page.is-active {
  background-color: #C0BDBD;
}

.splide__pagination {
  bottom: 1.5em;
}

@media screen and (max-width: 768px) {
 
  
}