.gallery {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
}

.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
