Hello,
I inspected the URL’s you provided and saw that.
1) For Example A you are only wrapping the first word within the <strong>
tags.
Screenshot for Clarification: https://ibb.co/TWh4JjY
2) For Example B you are wrapping all the text inside <strong>
tags.
Screenshot for Clarification: https://ibb.co/tD1hLpR
That is the issue you need to wrap the first word of the text in Example B inside the <strong>
tag and the other text inside the <p>
tag to work is according to the text in Example A.
This will fix the issue for you.
Best Regards.