.elementor-17241 .elementor-element.elementor-element-913c7aa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-913c7aa */ul.ulCheckmark {
  list-style: none; /* Remove default bullets */
  padding-left: 40px; /* Default padding for unordered lists in most browsers */
  margin: 1em 0; /* Default margin for lists */
}

ul.ulCheckmark li {
  position: relative; /* For positioning the checkmark */
  padding-left: 1.5em; /* Space for the checkmark */
  line-height: 1.5; /* Match typical list line height */
}

ul.ulCheckmark li::before {
  content: '✓'; /* Unicode checkmark character */
  position: absolute;
  left: 0;
  color: green; /* Optional: color for the checkmark */
  font-size: 1em; /* Match font size of the list */
}/* End custom CSS */