.box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.box .dream {
  display: flex;
  flex-direction: column;
  width: 32.5%;
  margin: 0 5px;
}

.box .dream img {
  width: 100%;
  padding-bottom: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 769px) {
  .box {
    flex-direction: column;
  }
  .box .dream {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=gallery.css.map */