.communityList{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));column-gap:30px;row-gap:30px}@media screen and (min-width:400px){.communityList{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media screen and (min-width:1200px){.communityList{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}