.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
}
