Hi Jose
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.j51-testimonials {
display: flex;
flex-direction: column;
}
.j51-testimonials .j51-nav-dots {
order: -1;
}
Ciaran