Hi there,
The problems you are getting is due to difference on font size. On numbered list you are using
li, span {
font-size: 0.80rem;
}
where as on bullet list you are using
body ul li {
font-size: 16px;
}
So please maintain same font size in-order to have same font . Also you can modify numbered list font size from customizer setting:
Go to dashboard->appearance->customize->Typography setting->Typography->link font size
There you can keep 16px on link font size text box.
Let us know how it will goes.
Thanks