Page title text not wrapping

Hi.

On mobile phones, one of my page titles isn’t wrapping and the text is overlapping.

I’m using custom CSS and thought by adding “word-wrap: normal;” to .title .byline would fix it however, as I’m posting here, it obviously hasn’t. Chrome’s “Inspect Element” tool suggested that this is where the issue is.

.title .byline {
letter-spacing: 0.15em 2.7px;
text-transform: uppercase;
font-size: 18px;
color: #367594;
word-wrap: normal;
}

Any suggestions gratefully received.

https://mobile.thealexandertechnique.co.uk/index.php/introductory-lessons-workshops/

7624