.esp-hub-page .esp-hub-hero {
  padding-bottom: 2rem;
}

.esp-hub-page .esp-hub-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.esp-hub-page .esp-hub-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--feat-muted);
  font-weight: 600;
}

.esp-hub-page .feat-specialty-card i {
  font-size: 1.35rem;
  min-width: 1.35rem;
  min-height: 1.35rem;
  line-height: 1;
}

.esp-hub-catalog {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--feat-line);
}

.esp-hub-catalog-lead {
  text-align: center;
  color: var(--feat-muted);
  margin-bottom: 1rem;
}

.esp-hub-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.esp-hub-cta-inner h2 {
  color: var(--feat-ink);
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.esp-hub-cta-inner p {
  color: var(--feat-muted);
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .esp-hub-grid {
    grid-template-columns: 1fr;
  }
}
