.image-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.image-links a {
  flex: 1 1 45%;
  max-width: 45%;
}

.image-links img {
  width: 100%;
  height: auto;
  display: block;
}