I can't apply the same format from Rich Text field

Hi.
I am working in a project where I am trying to get the exactly text format from the Rich Text editor.
When I get the data from the api, I can't apply the same format from the Rich Text field on the prismic.
Here my post on the prismic:

Here the text without formating in my page:

Here my code to fetch the data from the API:

Here the console.log in the data fetched:

I can't apply the format from the paragraphs.

Hello @raphael.fernandes.en

Thanks for reaching out to us.

To render Rich Text and Title fields as React components, use the <PrismicRichText> component from @prismicio/react. Find more details in the Template Content article.

Thanks,
Priyanka