/* Hero subtitle + support line — must beat sales-page-font-scale #__next * { font-size: inherit } */
html.bw-sales-page-branch-writing.sales-page-font-scale #__next .bw-subtitle-text {
  color: var(--color-accent) !important;
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

@media (min-width: 640px) {
  html.bw-sales-page-branch-writing.sales-page-font-scale #__next .bw-subtitle-text {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  html.bw-sales-page-branch-writing #__next .max-w-6xl .items-center .bw-subtitle-text {
    margin-bottom: 0;
  }
}

html.bw-sales-page-branch-writing.sales-page-font-scale #__next .bw-hero-support-copy {
  text-align: center !important;
  color: #d1d5db !important;
  font-size: 1.0625rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 640px) {
  html.bw-sales-page-branch-writing.sales-page-font-scale #__next .bw-hero-support-copy {
    font-size: 1.1875rem !important;
  }
}

@media (min-width: 768px) {
  html.bw-sales-page-branch-writing.sales-page-font-scale #__next .bw-hero-support-copy {
    font-size: 1.25rem !important;
  }
}
