.gallery-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  height: 506.41px;
}

.gallery-item {
  width: 32.5%;
  height: 236px;
  flex-shrink: 0;
  margin-top: 1px;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
}
