.section { padding: 12px 0 20px; }

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}

.section-header h2 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
}

.section-header a {
  font-size: 0.825rem;
  color: #0f6fd1;
}

.section-sub {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

