Reduce title size on mobile

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

@media screen and (max-width: 640px) {
[class*='WidgetTitle__Header-sc'] {
font-size: 24px !important;
}
}