html {
  scroll-behavior: smooth;
}
.category-blog .absolute p{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}