.elementor-2487 .elementor-element.elementor-element-75297f9{--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;--background-transition:0.3s;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd > .elementor-widget-container{margin:0px 20px 0px 050px;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(20px/2);}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(20px/2);}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(20px/2);margin-left:calc(20px/2);}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-20px/2);margin-left:calc(-20px/2);}body.rtl .elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-20px/2);}body:not(.rtl) .elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-20px/2);}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-icon{width:14px;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-icon i{font-size:14px;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-icon svg{max-width:14px;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-text{color:var( --e-global-color-57756cc );padding-left:10px;}.elementor-2487 .elementor-element.elementor-element-a3bc8bd .elementor-icon-list-item{font-size:15px;font-weight:700;}/* Start custom CSS for elementskit-post-list, class: .elementor-element-a3bc8bd */.elementor-icon-list-items.ekit-post-list-wrapper {
    counter-reset: custom-counter; /* Initialize a counter */
}

.elementor-icon-list-items.ekit-post-list-wrapper li {
    counter-increment: custom-counter; /* Increment the counter for each list item */
    list-style: none; /* Remove default bullets or styles */
    position: relative;
}

.elementor-icon-list-items.ekit-post-list-wrapper li::before {
    content: counter(custom-counter) ". "; /* Display the counter value followed by a period */
    font-weight: 900 !important; /* 
    margin-right: 8px; /* Optional: Add some space after the number */
    color:red; /* Optional: Set the color of the number */
    position: absolute;
    left: -25px; /* Adjust this value according to your design */
    font-size:30px !important;
}/* End custom CSS */