Hello Michiel,
It’s the font-size difference you can see with paragraphs and lists.
You may add the following css inside the additional css section of your customizer and test with uniform font size allover;
.page-id-8 li{
font-size: 1rem;
}
Note: You may undo or modify changes of your own.
Thanks!