Hi @ildruido99
Styling options are not available, sorry. You could do it with a bit of custom CSS that goes in WP admin > Appearance > Customize > Additional CSS.
This would be the code for the names for example. Let me know
.authors-list-items .authors-list-item-title {
font-size: 18px;
}
For the descriptions:
.authors-list-items .authors-list-item-excerpt {
font-size: 18px;
}
Change the 18
to the desired number.