.elementor-12268 .elementor-element.elementor-element-46b6772{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-12268 .elementor-element.elementor-element-1101689{--display:flex;}.elementor-12268 .elementor-element.elementor-element-1101689.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-12268 .elementor-element.elementor-element-87b6f18 > .elementor-widget-container{margin:3% 0% 0% 0%;}.elementor-12268 .elementor-element.elementor-element-87b6f18{text-align:start;font-size:18px;font-weight:400;line-height:2rem;color:var( --e-global-color-text );}@media(min-width:768px){.elementor-12268 .elementor-element.elementor-element-1101689{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-87b6f18 *//* Apply font size and line height to all text within the specified class */
.my-text-style p, 
.my-text-style li {
    font-size: 16px;
    line-height: 1.5;
}

/* Add spacing between list items */
.my-text-style li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 16px; /* reduced space to bring text closer to checkmark */
}

/* Remove bottom margin from the last list item */
.my-text-style ul li:last-child,
.my-text-style ol li:last-child {
    margin-bottom: 0 !important;
}

/* Remove bottom margin/padding from the container */
.my-text-style {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Optional: Remove margin from last paragraph */
.my-text-style p:last-child {
    margin-bottom: 0 !important;
}

/* Checkmark styling using a pseudo-element */
.my-text-style li::before {
    content: "✔"; /* or use an icon font or SVG */
    position: absolute;
    left: 0;
    top: -4px; /* raised higher */
    font-size: 14px;
    color: green;
}/* End custom CSS */