.testimonial-container {
  background-color: #f5f5f5;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#testimonial-swiper .swiper-slide {
  align-self: center;
  text-align: center;
  padding: 1rem 5rem;
}
#testimonial-swiper .swiper-slide .swiper-content {
  color: #37b322;
  margin: auto;
  max-width: 700px;
}
#testimonial-swiper .swiper-slide .swiper-content span {
  font-weight: 500;
}
#testimonial-swiper .swiper-slide .swiper-content .testimonial-kirjoittaja {
  color: #999;
  font-style: italic;
}
