.elementor-1659 .elementor-element.elementor-element-3f9665d4{--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;}.elementor-1659 .elementor-element.elementor-element-223fa007{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-1659 .elementor-element.elementor-element-1534da9c{text-align:justify;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:500;line-height:1.7em;}.elementor-1659 .elementor-element.elementor-element-31300f5{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-1534da9c *//* Restore bullets for unordered lists */
.elementor-widget-container ul {
  list-style-type: disc;   /* bullet style */
  margin-left: 1.5em;
  padding-left: 0;
}

/* Restore numbers for ordered lists */
.elementor-widget-container ol {
  list-style-type: decimal; /* numbers */
  margin-left: 1.5em;
  padding-left: 0;
}

/* Nested unordered lists */
.elementor-widget-container ul ul {
  list-style-type: circle; /* second level bullets */
  margin-left: 1.5em;
}

/* Nested ordered lists */
.elementor-widget-container ol ol {
  list-style-type: lower-alpha; /* second level numbers */
  margin-left: 1.5em;
}

/* --- H2 Styling in Text Editor --- */
.elementor-widget-text-editor h2 {
    color: #000000; /* Change text color */
    font-size: 1.8rem; /* Size of text */
    font-weight: 700; /* Text thickness */
    line-height: 1.3;
    margin-bottom: 15px;
}

/* --- H3 Styling in Text Editor --- */
.elementor-widget-text-editor h3 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3f9665d4 */.blogList {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 40px 23px;
    line-height: 26px;
}

.blogUnordered {
    list-style-type: disc;
    padding: 0 40px 23px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #5E5E5E;
}/* End custom CSS */