
.two-line-paragraph {
    overflow: hidden;
    max-height: 3em; /* Adjust the height based on your font size and line height */
    line-height: 1.5em; /* Adjust the line height based on your design */
    text-overflow: ellipsis;
}
.four-line-paragraph {
    overflow: hidden;
    height: 6em; /* Adjust the height based on your font size and line height */
    line-height: 1.3em; /* Adjust the line height based on your design */
    text-overflow: ellipsis;
    text-align: justify;
    color: rgba(255,255,255,0.9)
}
