.gallery {
  display: flex;
  list-style-type: none;
  gap: 24px;

  flex-wrap: wrap;
}

.gallery-link {
  display: flex;
}
.gallery-image {
  width: 360px;
  height: 200px;
}
