.pagination{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 0;
  }

  .blog-date{
      font-size: 12px;
  }

  
  .short-text { display: none; } 
  @media (max-width: 1200px) {
    .short-text { display: inline-block; }
    .full-text { display: none; }
}



