.jr_description {
  line-height: 1.4em;
  max-height: 3.1em;
  overflow: hidden;
  color: #545454;
}
.view-more-link.a_link {
  color: #f5962d;
  font-weight: 500;
  display: inline;
}
.jr_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.jr_description.expanded {
  -webkit-line-clamp: unset;
}
.CardArticle__authors.testimonial_jr {
  margin-top: 5px !important;
  width: 100%;
  border-top: 1px solid #F1F1F1;
  padding-top: 5px;
}
.CardEditor__name.align-left,
.CardEditor__role.align-left {
  text-align: left !important;
  margin-bottom: 0;
}
