/* 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 screen and (max-width: 47.9375em) {
    .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: #585858; }
    .testimonials-container .testimonials-carousel-wrapper .testimonial .testimonial-text:before {
      display: none; }
  .testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
    margin-top: 1.875rem; }
  @media screen and (max-width: 47.9375em) {
    .testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
      margin-top: 1.5625rem; } }
@media screen and (max-width: 31.1875em) {
  .testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details {
    margin-top: 1.25rem; } }
.testimonials-container .testimonials-carousel-wrapper .testimonial .testionial-details .testimonial-name {
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: 'Assistant', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (max-width: 31.1875em) {
  .testimonials-container .testimonials-carousel-wrapper {
    margin-bottom: calc(2.5rem * 0.7); } }
