.image-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.image-column {
  align-items: center;
  display: flex;
  justify-content: center;
}

.image {
  align-self: center;
  width: 100%;
}
