.elementor-737 .elementor-element.elementor-element-3a8e844{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-ea6d95b */.blog-section {
  max-width: 850px;
  margin: 40px auto;
  padding: 30px;
  background: #f4fbff;
  font-family: 'Segoe UI', sans-serif;
  color: #2d3748;
  line-height: 1.8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.blog-section h1 {
  font-size: 28px;
  color: #1877d2;
  margin-bottom: 20px;
}

.blog-section h2 {
  font-size: 22px;
  margin-top: 30px;
  color: #2f855a;
}

.blog-section h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #185fb8;
}

.blog-section p {
  font-size: 16px;
  margin: 15px 0;
}

.blog-section ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.blog-section li {
  margin-bottom: 10px;
}

.blog-section strong {
  color: #185fb8;
}

@media (max-width: 600px) {
  .blog-section {
    padding: 20px;
  }

  .blog-section h1 {
    font-size: 24px;
  }

  .blog-section h2 {
    font-size: 20px;
  }
}/* End custom CSS */