.ig-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

img {
    max-width: 300px;
    width: 80;
    height: auto;
}