Align stars to the left

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

[class*="Rating__Container-sc"] {
justify-content: left;
}