.img-grid {
  display: grid;
  grid-template-columns: repeat(3, 20vw);
  grid-template-rows: repeat(2, 25vh);
  gap: var(--gap-small);
}