Hi @hafunerix,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product div#reviews {
position: relative;
padding-top: 80px;
}
.single-product div#reviews::before {
content: 'OPINII';
position: absolute;
width: 100%;
top: 0px;
text-align: center;
font-size: 24px;
font-weight: bold;
}
Hope it helps!