Hi there,
Thanks for writing in! You can use either of these CSS snippets. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.page-id-1662 h2.h-custom-headline.h3
span {
word-spacing: 10px;
}
or
.page-id-1662 h2.h-custom-headline.h3
span {
letter-spacing: 2px;
}
Note, just change the values as you see fit.
Hope this helps – thanks!