Add the code below to Custom CSS field on your Reviews widget’s Appearance 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).