.about-page {
  max-width: 700px;
  margin: auto;
  padding: 24px;
}

.about-header {
  text-align: center;
  margin-bottom: 24px;
}

.about-header .subtitle {
  opacity: 0.7;
  font-size: 14px;
}

.about-section {
  margin-bottom: 20px;
}

.about-section h2 {
  margin-bottom: 6px;
}

.about-section ul {
  padding-left: 18px;
}

.about-section li {
  margin-bottom: 4px;
}

.about-footer {
  text-align: center;
  margin-top: 32px;
}

.muted {
  opacity: 0.6;
  font-size: 13px;
}
