﻿ .hero--responsible {
  background-color: var(--color-surface);
}

.responsible-intro-grid {
  align-items: center;
}

.help-resources-grid {
  align-items: center;
}

.responsible-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsible-image {
  max-width: 420px;
  border-radius: var(--radius-lg);
}

@media (max-width: 960px) {
  .responsible-image {
    max-width: 100%;
  }
}

.hero--responsible .hero__inner {
  max-width: 640px;
}

.hero--responsible .hero__title {
  margin-bottom: var(--space-3);
}

.hero--responsible .hero__lead {
  max-width: 560px;
}

.section__title {
  max-width: 720px;
}

.note-muted {
  margin-top: var(--space-4);
}

