/* V6.4.30 preservation rule.
   V6.4.28 mixed Home-card contrast into its Hero stylesheet. Since the old Hero
   stylesheet is removed in V6.4.30, retain only this approved Home-card exception. */
main #solutions .solution-card .solution-content h3,
main .solutions .solution-card .solution-content h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.28);
}
html[dir="rtl"] main #solutions .solution-card .solution-content h3,
html[dir="rtl"] main .solutions .solution-card .solution-content h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
