/* V14: partner heading at a quieter section-title level. */
.brand-title {
  margin-bottom: 24px !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -.02em !important;
}

@media (max-width: 767px) {
  .brand-title { font-size: 28px !important; }
}
