.elementor-1723 .elementor-element.elementor-element-5b8d311{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-5b8d311 */ul, ol {
            list-style-position: outside;
            padding-left: 40px; 
            margin: 0; 
        }

        ul li, ol li {
            text-indent: 0; 
        }

        ol {
            counter-reset: item;
        }

        ol li {
            list-style-type: none;
            counter-increment: item;
        }

ol li::before {
        content: counter(item) ".";
        margin-right: 10px;
         
        }/* End custom CSS */