.fg_category {	
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  
  }
  @media screen and (min-width:1200px) {
    .fg_category {	
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) ;
      
      
  }
  }

