.docs-hero {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
  margin-bottom: 1rem;
}

.docs-hero-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.docs-hero-sub {
  font-size: 1.1rem;
  opacity: 0.75;
  margin: 0 0 1rem;
}

.docs-hero-badges {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.docs-hero-badges img {
  height: 20px;
}
