/* PROD: form title + subtitle to match staging.
   SEO Additional CSS forced .order-call-form .subtitle { font-size: 18px }
   and .order-call-form h3 without uppercase. Keep h3 tag. */

body .order-call-form h3 {
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 36px 0 0 !important;
  line-height: normal !important;
}

body .order-call-form .subtitle {
  color: #ffffff !important;
  font-family: "Futura PT", sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  line-height: normal !important;
}

@media (max-width: 575.98px) {
  body .order-call-form h3 {
    font-size: 26px !important;
  }

  body .order-call-form .subtitle {
    font-size: 22px !important; /* theme mobile rule for .order-call-form .subtitle */
  }
}
