You can add something like this CSS code to the inner divs, or perhaps you need to add another nested div for this. Here's the code:
.flex-long { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }