Add the code below to the Custom CSS field on your Reviews widget’s Style tab:
@media (max-width: 475px) {
.es-badge-container {
transform: scale(0.7);
transform-origin: left bottom;
}
}
transform-origin can be changed depending on your widget position (right or left).