/* V298 — authored semantic line breaks for localized marketing copy.
   Keep desktop/tablet lines aligned to meaning rather than accidental browser wrapping. */
.hero-experience .jp-conversion-head p.localized-copy{
  max-width:960px;
}
.localized-copy-line{
  display:block;
}
@media (min-width:981px){
  .localized-copy-line{white-space:nowrap;}
}
@media (max-width:767px){
  .hero-experience .jp-conversion-head p.localized-copy{
    max-width:100%;
  }
  .localized-copy-line{
    display:block;
  }
}
