.list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(228px,1fr));
  grid-auto-rows: 8px;
}