<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.col-left {
  width: 20rem;
  margin-right: 1rem;
  margin-bottom: 4rem;
}

.col-right {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.col-left &gt; p {
  margin-bottom: 2rem;
}

</pre></body></html>