.ul-style {
    list-style: disc;
}
.ol-style{
    list-style: decimal;
}
.ul-style, .ol-style {
    padding-inline-start: 35px;
    margin-bottom: .5rem;
}
.ul-style li, .ol-style li{
    margin-bottom: .5rem;
}