﻿.decimal li {
    list-style: decimal;
    list-style-position: inside;
    font-weight: 700;
}

.decimal p,
.decimal ul {
    margin-left: 1rem;
}

    .decimal ul li {
        list-style: disc;
        margin-left: 1.5rem;
        font-weight: 400;
    }
