.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: 200px !important;
  height: 150px !important;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
