.s-label {
  display: block;
  color: var(--c-600);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 8px;
}

.s-title {
  color: var(--c-900);
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
}

.s-rule {
  width: 44px;
  height: 3px;
  background: var(--c-700);
  border-radius: 2px;
  margin-top: 12px;
}

.section-hdr {
  margin-bottom: 40px;
}
