/* Malli: @include icon($facebook)*/
.testimonials-container .testimonials-carousel-wrapper {
  position: relative;
}
.testimonials-container .testimonials-carousel-wrapper .testimonial {
  text-align: center;
  padding: 0 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
@media print, screen and (max-width: 47.99875em) {
  .testimonials-container .testimonials-carousel-wrapper .testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-container .testimonials-carousel-wrapper .testimonial .testimonial-text {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #222222;
}
.testimonials-container .testimonials-carousel-wrapper .testimonial .testimonial-text:before {
  display: none;
}
.testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
  margin-top: 1.875rem;
}
@media print, screen and (max-width: 47.99875em) {
  .testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
    margin-top: 1.5625rem;
  }
}
@media print, screen and (max-width: 31.24875em) {
  .testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
    margin-top: 1.25rem;
  }
}
.testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details .testimonial-name {
  font-family: "Mulish", "Times New Roman", Times, serif;
  font-size: 1.0625rem;
  line-height: 1.56;
  color: #222222;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial;
}
.testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details .testimonial-company {
  font-family: "Mulish", "Times New Roman", Times, serif;
  font-size: 1.0625rem;
  line-height: 1.56;
  color: #222222;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial;
}
.testimonials-container .testimonials-carousel-wrapper.dots-on {
  margin-bottom: 2.5rem;
}
.testimonials-container .testimonials-carousel-wrapper.dots-on .testimonial {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 87.5em) {
  .testimonials-container .testimonials-carousel-wrapper {
    margin-bottom: 2.5rem;
  }
  .testimonials-container .testimonials-carousel-wrapper .testimonial {
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (max-width: 31.24875em) {
  .testimonials-container .testimonials-carousel-wrapper {
    margin-bottom: calc(2.5rem * 0.7);
  }
}
