.page-link{
	height:40px!important;
        width:40px!important;
}
.UIArticleInMenu_ebook ul.ArticleList{
     display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột */
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.UIArticleInMenu_ebook ul.ArticleList li.row{
    display: flex;
    flex-direction: column;
    border: none;
  text-align: center;
  padding: 10px;

}

.UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-2{
        height: 250px !important;
    width: auto;
   margin: 0 auto;
}
.UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-2 img.image{
    
}
.UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-10{
    margin: 0 auto;
    padding: 0 !important;
}
.UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-10 h2.Title{
text-align: center;
          line-height: 1rem;
}
@media only screen and (max-width: 1023px){
   .UIArticleInMenu_ebook ul.ArticleList{
  
  grid-template-columns: repeat(3, 1fr); /* 4 cột */

}
    .UIArticleInMenu_ebook ul.ArticleList li.row{

    flex-direction: column !important;


}
    .UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-2{
        height: 250px !important;

}
}
@media only screen and (max-width: 768px){
   .UIArticleInMenu_ebook ul.ArticleList{
  
  grid-template-columns: repeat(2, 1fr); /* 4 cột */

}
    
    .UIArticleInMenu_ebook ul.ArticleList li.row div.col-lg-2{
        height: 250px !important;

}
}