Product page - description content alignment

I’m having a problem with the alignment of the description.
its aligned to the left and i try to align it to the right. with no success

Working in
Wix Studio Editor.

What I’ve also tried
as you can see i have no option in the design description.
tried adding a section in the global.css:
/* CSS reference: Velo W Styling Elements With CSS | Velo */

/* These CSS styles will be applied globally to every page of this site. Write your CSS here, e.g.: */

/* Change button background color to red: */

/* .button {

background-color: red;

} */

.collapsible-text {

/* To learn more about CSS classes, visit https://support.wix.com/en/article/css-editing. Write your CSS here: */

}
——- new ——–

.product-details__description {

direction: rtl !important;

text-align: right !important;

}