.ellipsis{
    overflow: hidden;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px!important;
}
.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;
}
.post_title{
    font-size: 18px !important;
}
.post_content > p{
    font-size: 15px!important;
}
