.image-grid.acf-gallery .license-logo-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
  justify-content: center;
  align-items: center;
}
.image-grid.acf-gallery .license-logo-gallery img {
  width: auto;
  max-height: clamp(8rem, 2vw, 12rem);
}