.elementor-1091 .elementor-element.elementor-element-1f7deac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-479116e *//* =====================================================
   HELVANTA – WISSEN SEITE
   (identische Design-DNA wie PAKETE)
===================================================== */

.helvanta-wissen {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px;
  color: #1E2A5A;
}

/* HERO */
.wissen-hero {
  text-align: center;
  margin-bottom: 140px;
}

.wissen-hero h1 {
  font-size: 2.8rem;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.wissen-hero-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.15rem;
  opacity: 0.9;
}

/* SECTIONS */
.wissen-section {
  text-align: center;
  margin-bottom: 140px;
}

.wissen-narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.wissen-section h2 {
  font-size: 1.75rem;
  margin-bottom: 28px;
}

.wissen-section p {
  line-height: 1.7;
}

/* GRID */
.wissen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 900px) {
  .wissen-grid {
    grid-template-columns: 1fr;
  }
}

/* CARDS */
.wissen-card {
  background: #ffffff;
  padding: 52px;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(30, 42, 90, 0.08);
  text-align: left;
}

.wissen-card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.wissen-card p {
  margin: 0;
  line-height: 1.6;
}

/* SOFT SECTION */
.wissen-soft {
  background: #F7F8FB;
  padding: 100px 36px;
  border-radius: 24px;
}

/* FOOTER */
.wissen-footer {
  max-width: 720px;
  margin: 160px auto 0;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.85;
}/* End custom CSS */