.clamp-text {
    line-height: 1.5rem; /* Altura de cada línea */
    max-height: 3rem; /* 2 líneas * altura de línea */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}