.c-grids{display:grid}@media screen and (min-width:1101px){.c-grids{gap:40px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px) and (max-width:1100px){.c-grids{gap:20px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.c-grids{gap:10px}}@media screen and (min-width:1101px){.c-grids--col4{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:768px) and (max-width:1100px){.c-grids--col4{grid-auto-columns:repeat(2,1fr)}}
