.grid {
	display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--grid-columns-width), 1fr));
}