.elementor-36972 .elementor-element.elementor-element-ee64b7a{--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;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-36972 .elementor-element.elementor-element-0e7f5c7{--display:flex;--width:100%;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-36972 .elementor-element.elementor-element-87b34db{--display:flex;--width:100%;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-36972 .elementor-element.elementor-element-bce979b{columns:1;}/* Start custom CSS for text-editor, class: .elementor-element-bce979b *//* Custom styles for the FMS Asia services block */
.fms-services-block ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Remove extra padding */
    margin-left: 0; /* Align content properly */
}

/* Custom styling for list items */
.fms-services-block ul li {
    position: relative;
    padding-left: 25px; /* Adjust spacing for custom icons */
    font-size: 16px; /* Set a readable font size */
    line-height: 1.6; /* Improve readability */
}

/* Add a checkmark icon before each list item */
.fms-services-block ul li::before {
    content: "✔"; /* Unicode checkmark symbol */
    position: absolute;
    left: 0;
    color: #0073e6; /* Adjust to match brand colors */
    font-size: 18px; /* Adjust size */
    font-weight: bold;
}/* End custom CSS */