.columns {
  display: flex;
  gap: 2rem;
}

.column {
  flex: 1;
}

.column h2 {
    margin-bottom: 0.5rem;
    font-size: 1.1em;
}

