/* Stronger fix for "Crossing the Creek" heading on mobile */
@media (max-width: 767px) {
  .vc_custom_heading h6,
  .wpb_wrapper .vc_custom_heading h6,
  .vc_custom_heading.vc_custom_heading h6,
  h6.vc_custom_heading {
    font-size: 48pt !important;
    line-height: 1.15 !important;
    letter-spacing: 0.03em !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  .vc_custom_heading h6,
  .wpb_wrapper .vc_custom_heading h6,
  .vc_custom_heading.vc_custom_heading h6,
  h6.vc_custom_heading {
    font-size: 40pt !important;
    line-height: 1.2 !important;
  }
}

/* Fix "A practical guide..." heading on mobile */
@media (max-width: 767px) {
  h2.vc_custom_heading,
  .vc_cta3-content-header h2.vc_custom_heading,
  .wpb_wrapper h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
  }
}

@media (max-width: 480px) {
  h2.vc_custom_heading,
  .vc_cta3-content-header h2.vc_custom_heading,
  .wpb_wrapper h2.vc_custom_heading {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}