.truncation-overflow {
  height: 7.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: height 0.5s ease;
}
.truncation-expanded {

}
