.column2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  height: auto;
  gap: 1em;
}
@media (max-width: 640px) {
  .column2 {
    flex-direction: column;
    gap: 1.5em;
  }
}
.column2 figure {
  width: 48%;
}
.column2 figure figcaption {
  line-height: 1.1;
}
@media (max-width: 640px) {
  .column2 figure {
    width: 100%;
  }
}
.column2 div {
  width: 48%;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .column2 div {
    width: 100%;
  }
}/*# sourceMappingURL=column.css.map */