.gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.gallery-img div {
  display: flex;
  justify-content: center;
  max-width: 540px;
  max-height: 360px;
}

.gallery-img img {
  width: 540px;
  height: 360px;
  object-fit: cover;
}
