/*================Screen Desktop======
============================*/

   @media (min-width: 1200px){
       
   }
   /*================Screen Ipad Pro 3======
   ============================*/
   @media only screen and (min-width: 1024px) and (max-width: 1200px){
   
   }
   /*================Screen Ipad Mini======
   ============================*/
   @media only screen and (min-width: 768px) and (max-width: 1000px){
       .articlelist10 .list-item {
       
            flex-direction: column;
        }
        .articlelist10 .list-item .image_file {
            width: 100%;
         
        }
   }
   /*================Screen Devide======
   ============================*/
   /* Smartphones (portrait and landscape) ----------- */
   @media only screen and  (max-width : 736px) {
        .articlelist10 .list-item {
       
            flex-direction: column;
        }
        .articlelist10 .list-item .image_file {
            width: 100%;
         
        }
        .articlelist10 .list-item .image_file {
     
        height: 220px;
   
    }
   }
   