Change font size in badges (title and total reviews)

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*="BadgeTitle__Container-sc"] {
font-size: 25px;
}

[class*="BadgeTotalReviews__Content-sc"] {
font-size: 16px;
}