Breaking words

How can I fix this?

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the text size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Text size*/
#contact-us .section-content .contact-us-box .box-left {
    font-size: 13px;
}

Best Regards,
Support