.menu_news .menu_news_category_container{
    display: grid;
    grid-template-columns: fit-content(100%) 1fr;
}
.menu_news .menu_news_sub_content{
    height: 200px;
    overflow-y: scroll; 

}
.menu_news_tablet{
    overflow-y: scroll;
   background-color: #fff; 
}
.menu_news_tablet .subCategories_tablet {
  
}
.menu_news_tablet .subCategories_tablet li a{
    padding: 5px;
    color: #000;
}