.node--type-image-gallery {
  border-bottom: 1px solid;
}

.node--type-image-gallery div div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
}

.node--type-image-gallery div div div {
  margin-bottom: 2rem !important;
}

.node--type-image-gallery img {
  width: 300px !important;
  height: 200px !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
