.image-row {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
}

.image-row img {
  height: auto;
  max-height: 600px; 
  width: auto;
}