.ellipsis{
    overflow: hidden;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pagecenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > .active > .page-link{
    /* background: pink; */
    background-color: #62A8EA!important;
    color: #fff;
}
.pagination .page-item .page-link{
    background-color: #fff;
    margin-right: 5px!important;
}
@media (min-width: 768px){
    .post_content{
        font-size: 15px!important;
    }
}