@charset "UTF-8";

section ol {
    padding-left: 1.5em;
}
section ol li {
    margin-bottom: 1.5em;
    font-size: 125%;
    font-weight: 700;
    list-style: decimal;
}
section ol li h2 {
    margin-bottom: 1.5em;
    font-size: 100%;
}
section ol li p {
    font-size: 80%;
    font-weight: 400;
}
section ol ul {
    padding-left: 1em;
}
section ol ul li {
    margin-bottom: 0;
    font-size: 80%;
    font-weight: 400;
    list-style: disc;
}
@media screen and (min-width: 768px){
    section ol ul li ul {
        padding-left: 2em;
    }
}
section ol ul li ul li {
    font-size: 100%;
    list-style: none;
}