.modern-paging span.of_page {
    font-size: 15px;
}
.blog-grid .post-card {
    height: 500px !important;
}
.post-card .post-short-desc {
    height: 60px;
    overflow: hidden;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}