.container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 100px;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
}

.image {
  flex-basis: auto;
  max-width: 40vw;
}/*# sourceMappingURL=components.css.map */