/* Standard-Ansicht (Desktop) */
h2.custom-subheading {
  font-size: 22px;          /* größere Lesbarkeit */
  font-weight: 600;         /* halbfett */
  color: #FFFFFF;           /* Weiss für guten Kontrast */
  line-height: 1.4;         /* angenehmer Zeilenabstand */
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: none;     /* nicht automatisch alles groß */
  text-align: center;       /* zentriert (falls du das willst) */
}

/* Mobile Optimierung */
@media (max-width: 768px) {
  h2.custom-subheading {
    font-size: 18px;        /* etwas kleiner auf Handy */
    margin-top: 10px;
    margin-bottom: 15px;
  }
}