

/* CSS from section stylesheet tags */
.two-columns-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.two-columns-wrapper > .column {
  flex: 1 1 48%;
}