.gallery-preview {
  width: 360px;
  height: 200px;
  object-fit: cover;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  max-width: calc(3 * 360px + 3 * 24px);
  margin: 0 auto;
  gap: 20px 24px;
  margin-top: 20px;
}
