.postList .postListPost__intro {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.postList.--cards .postListPost__intro {
    -webkit-line-clamp: 4;
    font-weight: 500;
}
