.twocolumn {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.twocolumn figure {
  flex: 1;
  min-width: 125px;
}
