div.gallery {

}

div.gallery-column {
  columns: 3;
  column-gap: 5px;
}

div.gallery-column img {
  margin-bottom: 5px;
}