/* Titre d'accueil : version mobile */
@media (max-width: 768px) {
  .zscustom-banner-heading {
    font-size: 34px !important;   /* adapte à ton goût : 30–36px */
    line-height: 1.2 !important;
    word-break: normal !important;
    max-width: 90%;
    margin: 0 auto;
  }

  /* Si tu as mis des <br> dans le texte du titre, on les masque sur mobile */
  .zscustom-banner-heading br {
    display: none !important;
  }
}