.grid-cards .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}