Align the price and reviews text to the center

Hi @SAS37

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.price.price--large.price--on-sale.price--show-badge {
    text-align: center !important;
}

Result:

Best,

Liz