@media (min-width: 1024px) {
    .trending-posts {
      min-height: 310px ;
    }
  }


  @media (max-width: 427px) {
    .trending-posts {
      min-height: 195px ;
    }
  }

  @media (max-width: 375px) {
    .trending-posts {
      min-height: 160px ;
    }
  }

  #postContent{
    p {
/* padding: 12px 0; */
    }

    h3{
      padding: 12px 0 0 0;
    
    }
  }


  .allCategoryheader{
width: fit-content !important;
  }