.elementor-9150 .elementor-element.elementor-element-8547796{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9fe5362 *//* Wrapper Styling */
section[itemtype="https://schema.org/Article"] {
  background-color: #F0FAF7;
  padding: 40px;
  border-radius: 16px;
  max-width: 1000px;
  margin: 40px auto;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
  color: #2C3E3B;
  line-height: 1.7;
}

/* Header and Headline */
section[itemtype="https://schema.org/Article"] header h1 {
  font-size: 34px;
  color: #3DB893;
  margin-bottom: 30px;
}

/* Section Headings */
section[itemtype="https://schema.org/Article"] h2 {
  font-size: 30px;
  color: #64CCAC;
  margin-top: 40px;
  margin-bottom: 20px;
}

section[itemtype="https://schema.org/Article"] h3 {
  font-size: 22px;
  color: #2C3E3B;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Paragraphs */
section[itemtype="https://schema.org/Article"] p {
  font-size: 18px;
  margin-bottom: 18px;
}

/* Unordered Lists */
section[itemtype="https://schema.org/Article"] ul {
  padding-left: 24px;
  margin-bottom: 20px;
}

section[itemtype="https://schema.org/Article"] ul li {
  font-size: 17px;
  margin-bottom: 10px;
  list-style-type: disc;
}

/* Emphasis */
section[itemtype="https://schema.org/Article"] strong {
  color: #1F3F37;
}

/* CTA/Final Paragraph Styling */
section[itemtype="https://schema.org/Article"] article > p:last-of-type {
  background-color: #E0F5EE;
  padding: 20px;
  border-radius: 12px;
  font-weight: 500;
  text-align: center;
  color: #2C3E3B;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  section[itemtype="https://schema.org/Article"] {
    padding: 20px;
  }

  section[itemtype="https://schema.org/Article"] header h1 {
    font-size: 28px;
  }

  section[itemtype="https://schema.org/Article"] h2 {
    font-size: 22px;
  }

  section[itemtype="https://schema.org/Article"] h3 {
    font-size: 18px;
  }

  section[itemtype="https://schema.org/Article"] p,
  section[itemtype="https://schema.org/Article"] ul li {
    font-size: 15px;
  }
}/* End custom CSS */