.elementor-9482 .elementor-element.elementor-element-92129fb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae644db *//* Container and Typography */
.content-section {
  font-family: Poppins, sans-serif;
  line-height: 1.6;
  background-color: #F0FAF7;
  padding: 40px 40px;
  border-radius: 16px;
  max-width: 1000px;
  margin: 40px auto;
}


.content-section h2 {
  font-size: 30px;
  color: #3DB893;
  margin-top: 40px;
  margin-bottom: 20px;
}

.content-section h3 {
  font-size: 24px;
  color: #3DB893;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content-section p,
.content-section ul,
.content-section li {
  font-size: 20px;
  margin-bottom: 18px;
}
.content-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

/* Tables */
.content-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background-color: #fff;
}

.content-section th,
.content-section td {
}

.content-section th {
  padding: 0.75rem;
  text-align: left;
}

/* Call to Action */
.cta {
  background-color: #1a3c40;
  color: #fff;
  padding: 20px;
  margin: 40px 0;
  text-align: center;
  border-radius: 6px;
}

.cta p {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}

.cta .btn {
  background-color: #ffffff;
  color: #1a3c40;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.cta .btn:hover {
  background-color: #dceff1;
  cursor: pointer;
}

/* Blockquote */
.content-section blockquote {
  border-left: 4px solid #2b4f60;
  background: #f2fafa;
  padding: 15px 20px;
  margin: 2em 0;
  font-style: italic;
  color: #333;
}

/* Links */
.content-section a {
  color: #64CCAC;
  font-size: 20px;
  text-decoration: none;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 400;
}

.content-section a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-section {
    padding: 20px 15px;
  }

  .content-section table,
  .content-section thead,
  .content-section tbody,
  .content-section th,
  .content-section td,
  .content-section tr {
    display: block;
    width: 100%;
  }

  .content-section th {
    background-color: #f2f2f2;
  }

  .content-section td {
    border: none;
    padding: 10px 0;
    position: relative;
    padding-left: 50%;
  }

  .content-section td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    font-weight: bold;
  }
}/* End custom CSS */