
/* Target only the first level of list items */
ol > li {
    margin-bottom: 2rem; 
}

ul > li {
    margin-bottom: 0.5rem; 
}