.credits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.credits-grid a {
  text-decoration: none;
}

.credits-grid img {
  width: 100%;
  height: auto;
  display: block;
}
