Text justification on home page- debut theme

Is text justification possible in debut theme?
Because text looks messy

here is my website: yourfoodguard.com

Hello @KKW

Greetings!!

I suggesting you no need to make text justify, it looks good if we do text justification that looks messy see below image with justification

Only suggesting you decrease font size

To decrease the font size, the code is here

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code->asstes->theme.css
p {
   font-size: 18px;
}