.hero {
  display: grid;
  gap: var(--s-md-space);
  justify-items: start;
  width: 100%;
}
.hero h1 {
  line-height: 1;
  margin-bottom: 0;
  max-width: 24ch;
  color:var(--c-text-primary);
}
.hero p {
  line-height: 1.5;
  max-width: 40ch;
}
