Your comments
Sorry, I don't have a timeframe. Maybe a month or so. I'm working on the WordPress version of the app currently.
.wprevpro_t1_P_3 {
font-size: 17px;
}
I see what you mean now. Add the "container" class to the code you inserted. So it should look like so...

This will fix the dot issue on the home page. Your theme CSS is messing with it.
.wprs_unslider-nav ol li {
margin-bottom: 0px !important;
}
I'm still not seeing any issue on the product page. Here is what I see...

This is what I see. It looks fine to me. What browser are you using?

You can add this CSS to the review template you created to add some margins.
.wprs_unslider {
margin-left: 35px;
margin-right: 35px;
}
The app doesn't have a way to add a title. You will have to add it to your theme manually.
I didn't see the icon issue, but this CSS should fix it.
.wprevpro_t1_DIV_2 {
padding-bottom: 40px;
}
If the screen is too small then the last dot could possibly wrap underneath. You could lower the number of reviews being shown or show 2 per a page.
After you create the review template on the Template page of the app, it will give you some instructions. You should be able to use the HTML method to add the slider.
The html tags should save correctly now. You can use <b></b> or <strong></strong>.
Customer support service by UserEcho
Sometimes you have to Save the changes before they appear. Then check the public view of the site.