/* Global section-heading system based on the 50px Send a message reference. */
main h2.site-section-title,
main h3.site-section-title,
main .section-head h2.site-section-title,
main .youtube-video-body h3.site-section-title,
main .autocare-app-intro h2.site-section-title,
main .autocare-app-split-copy h2.site-section-title,
main .autocare-app-final-cta h2.site-section-title {
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 0 13px !important;
  color: var(--ink);
  font-family: var(--display) !important;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  letter-spacing: -.065em !important;
  text-align: initial !important;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 560px) {
  main h2.site-section-title,
  main h3.site-section-title,
  main .section-head h2.site-section-title,
  main .youtube-video-body h3.site-section-title,
  main .autocare-app-intro h2.site-section-title,
  main .autocare-app-split-copy h2.site-section-title,
  main .autocare-app-final-cta h2.site-section-title {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 13px !important;
    font-size: clamp(20px, 5.5vw, 23px) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }
}
