.section_images {
  text-align: center;
}
.section_images .image {
  display: inline-block;
  width: var(--max-width);
  height: var(--max-height);
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  margin: 16px;
}
