How can I fix text formatting issues in product descriptions on Shopify?

We are facing issues with formatting text in product description and other informations. Are there any tools/apps available in shopify to fix this issue? any suggestions ?

One of the product link: https://www.nveda.shop/products/nveda-calcium-magnesium-zinc-vit-d3-vit-b-12-tablets

@nveda
add below css into base.css file

.description p {
    font-size: 1.5rem;
    line-height: 2!important;
   
}
li {
    line-height: 1.5em !important;
}