How can I justify text on my homepage like a newspaper?

Hi guys!

on my homepage (https://yoku-apparel.com/) I would like to justify the text of the below image (newspaper style)

Any suggestion?

Thank you so much

Alessandro

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.animation-contents {
text-align: center!important;
}
.hero__text-content.vertical-bottom.horizontal-left h2.h1.hero__title {
text-align: center!important;
}

hello @alesch90

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.animation-contents {
text-align: center!important;
}
.hero__text-content.vertical-bottom.horizontal-left h2.h1.hero__title {
text-align: center!important;
}