.lc3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limits to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis; /* Adds the "..." at the end of truncated text */
}