Header Tagline Text spacing in Simple theme

I want to expand character spacing on tagline text, how can i do that?

I have tried to expand the character in tagline text, but it didn’t works on the header displaying.

Hi,
you need to use css property for that
for ex. word-spacing: 30px;
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_text_word-spacing

Sorry, I am a rookie. Can you give me some clear guidance? Thank you so much.

@Saya1

.grid__item.medium-up--text-right.small--text-center div.rte.tagline p {
    word-spacing: 20px !important;
}

Add this code in theme.scss or theme.css

It works, Thank you very much

@Saya1
Kindly like our Solution if helpful.