img {
  display: block;
  max-width: 100%;
}

.links-grid {
  align-items: stretch;
}

.links-grid a {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
}

.links-grid img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.links-grid strong {
  margin-top: auto;
  padding-top: 18px;
}
