.hero-conversation {
  min-height: 72px;
  flex-direction: column;
  gap: 3px;
  padding-block: 12px;
  line-height: 1.15;
}

.hero-conversation small {
  color: var(--mauve);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
