.elementor-5452 .elementor-element.elementor-element-a350738{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ac74587 */@media (max-width: 767px) {

  /* Section zentrieren + Padding optimieren */
  section {
    text-align: center;
    padding: 45px 20px !important;
  }

  /* Container mittig */
  section > div {
    margin: 0 auto;
  }

  /* Headings & Texte zentrieren */
  section h1,
  section h2,
  section h3,
  section p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Lesbarkeit */
  section p {
    max-width: 100%;
  }

  /* Grid → 1 Spalte */
  section div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  /* Karten sauber zentriert */
  section div[style*="background: #ffffff"] {
    text-align: center;
    padding: 22px !important;
  }

  /* Buttons untereinander + mittig */
  section div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  /* Typografie Mobile */
  section h1 {
    font-size: 28px !important;
    line-height: 1.25;
  }

  section h2 {
    font-size: 22px !important;
  }

  section h3 {
    font-size: 18px !important;
  }

  section p {
    font-size: 15px !important;
    line-height: 1.75;
  }
}/* End custom CSS */