  
@media only screen and (min-width: 620px) {

	   .blog, .categories-list  {display: flex; flex-direction: row;  justify-content: space-between; align-items:stretch;  flex-wrap: wrap;}

		.blog > *, .categories-list > *
		{
			flex: 1;
			margin: 10px;
			
		}

	   
	   .blog > article { min-width: 300px;}	     
}
