It is not possible to change the font size of Multiple Choice options. This is done to ensure the form remains usable and the options remain legible.
However, Agency users can change the font size of Multiple Choice options using custom CSS.
Custom CSS is configured under Theme → UI Elements → Custom CSS.
Generally, this CSS will look something like this:
.Choices__label { font-size: 18px; }