
/* 
 Theme Name:     Divi child theme   
 Author:         Divi iwocs
 Author URI:     http://www.formacion.iwocs.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 



 ol { counter-reset: item; }
        ol li { display: block; }
        ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: red;
        }


