place in one p tag and add span to the text you want to center. use display block on the span and text-align center
span{
display:block;
text-align:center}
<html>
<body>
<p>Text<br>
<img src = "https://i.imgur.com/MX7p08X.png">
<span>Centered text</span>
</p>
</body>
</html>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…