.order-list .order-decimal{
  list-style-type: decimal;
  }
ol {
        padding-left: 20px;
    }
    ol .upper-roman {
        list-style-type: upper-roman;
    }
    ol .decimal {
        list-style-type: decimal;
    }