.elementor-6749 .elementor-element.elementor-element-9e93e40{--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;}/* Start custom CSS for text-editor, class: .elementor-element-4349697 */.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 25px!important;
}
.check-list li::before {
  content: "✔"; /* Unicode checkmark */
  position: absolute;
  left: 0px;
  color: #0061B9; /* change color as needed */
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9e93e40 *//* --- H2 Styling: For Main Section Titles --- */
        h2 {
            font-size: 2.25rem; /* Large and impactful */
           
            margin-top: 2.5rem; /* More space above */
            margin-bottom: 1rem; /* Space below */
            padding-bottom: 0.5rem; /* Space before the accent line */
          
        }
       
        
        /* --- H3 Styling: For Sub-Section Titles --- */
        h3 {
            font-size: 1.5rem; /* Smaller than H2, but larger than text */
           
            margin-top: 2rem; /* Space above */
            margin-bottom: 0.75rem; /* Space below */
           
        }/* End custom CSS */