.elementor-31176 .elementor-element.elementor-element-83b35a6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32ef368 */<style>
.blog-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 22px;
  font-family: inherit;
  color: #243326;
  line-height: 1.75;
  font-size: 17px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
  color: #1f3b29;
  line-height: 1.25;
  margin-top: 34px;
  margin-bottom: 16px;
  font-weight: 700;
}

.blog-content h1 {
  font-size: clamp(32px, 5vw, 48px);
  margin-top: 10px;
  margin-bottom: 24px;
}

.blog-content h2 {
  font-size: clamp(25px, 3.5vw, 34px);
}

.blog-content h3 {
  font-size: 21px;
}

.blog-content p {
  margin-bottom: 18px;
}

.blog-content a {
  color: #29803B;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(41, 128, 59, 0.25);
}

.blog-content a:hover {
  color: #1f5f2d;
  border-bottom-color: #1f5f2d;
}

.blog-content ul {
  margin: 16px 0 24px 0;
  padding: 0;
  list-style: none;
}

.blog-content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}

.blog-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #29803B;
  font-weight: 800;
}

.blog-content .highlight {
  background: #F2F2E9;
  border-left: 5px solid #29803B;
  padding: 22px 24px;
  border-radius: 18px;
  margin: 28px 0;
  font-weight: 600;
  color: #1f3b29;
}

.blog-content .faq {
  background: #F2F2E9;
  padding: 34px 28px;
  border-radius: 24px;
  margin-top: 42px;
  border: 1px solid rgba(41, 128, 59, 0.12);
}

.blog-content .faq h2 {
  margin-top: 0;
}

.blog-content .faq h3 {
  margin-top: 26px;
  color: #29803B;
}

@media (max-width: 768px) {
  .blog-content {
    padding: 28px 18px;
    font-size: 16px;
  }

  .blog-content .highlight,
  .blog-content .faq {
    padding: 22px 18px;
    border-radius: 18px;
  }
}
</style>/* End custom CSS */