.enger-text {
  line-height: 1.2; /* Standard ist meist 1.6–1.8 */
  margin-bottom: 0.5em; /* reduziert Abstand nach unten */
}
/* Nur auf mobilen Geräten (bis 768px Bildschirmbreite) */
@media (max-width: 768px) {
  .text-links-mobil {
    text-align: left !important;
  }
}