.testimonial-module-wrapper{margin:0 0 20px}
.testimonial-module__item{display:flex;flex-direction:column;margin:0 0 20px;padding:0;cursor:pointer}
.testimonial-module__description{display:flex;flex-direction:column;flex:1 1 auto;padding:15px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;height:100%;box-sizing:border-box}
.testimonial-module__text{font-size:.95em;color:#333;overflow:hidden}
.testimonial-module__more{margin:10px 0 0;font-size:.85em;text-decoration:underline;color:#2b6cff}
.testimonial-module__item:hover .testimonial-module__more{text-decoration:none}
.testimonial-module__name{margin:15px 0 0;font-weight:500;color:#888}

.testimonial-modal__text{white-space:pre-line}
.testimonial-modal__text ul,
.testimonial-modal__text ol{margin:10px 0;padding-left:20px}
.testimonial-modal__text li{margin-bottom:6px}

@media (max-width:767px) {
  .testimonial-module__item {margin:0 0 10px}
}
