/* V237 — mobile fixed-line title fit
   Keep the four authored hero lines intact on phones while preventing clipping. */
@media (max-width:640px){
  .hero-experience .hero-copy-center,
  .hero-experience .hero-copy-center h1{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .hero-experience .hero-copy-center{
    padding-left:0!important;
    padding-right:0!important;
  }

  .hero-experience .hero-copy-center h1{
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
  }

  .hero-experience .hero h1 .hero-title-line{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:nowrap!important;
    overflow:visible!important;
    text-align:center!important;
  }
}
