.elementor-2136 .elementor-element.elementor-element-3316f40{--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-2136 .elementor-element.elementor-element-c89c8d6 .dynamic-content-for-elementor-acf{color:var( --e-global-color-primary );margin-bottom:0px;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-2136 .elementor-element.elementor-element-d18a301 .dynamic-content-for-elementor-acf{color:var( --e-global-color-primary );margin-bottom:0px;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}/* Start custom CSS for dyncontel-acf, class: .elementor-element-d18a301 */.checkmark-list ul {
    list-style: none; /* Remove default bullet points */
    padding-left: 1.5em; /* Add space for the custom icons */
}

.checkmark-list ul li {
    position: relative; /* Position for the custom icon */
    padding-left: 2.5em; /* Space between the icon and the text */
    margin-bottom: 0.8em; /* Add spacing between list items */
}

.checkmark-list ul li::before {
    content: '✅'; /* U check mark */
    position: absolute;
    left: 0; /* Align the check mark to the left */
    color: green; /* Set the check mark color */
    font-weight: bold; /* Make it bold */
    font-size: 1.2em; /* Adjust the size of the check mark */
}/* End custom CSS */