<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 96px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.hero-text {
  flex: 1 1 380px;
}
.hero-text h1 {
  margin-top: 0;
}
.hero-image {
  flex: 1 1 420px;
}
</pre></body></html>