Reviews of Ryviu appear in two parts of the product page

Hi everyone

Hope you are all doing well

I want to ask you about why the reviews appear in two parts of the product page

I just wanna stick it on the right side, not under the product name

I would really appreciate your help

This is the online store with the problem, pls check it

https://yi-earrings.myshopify.com/products/black-diamond-earrings-female

Please add below css in bottom of assets/timber.scss.css file

.price-container .review-widget {
display: block !important;

}

.review-widget {
display: none;

}
Thank you.