Theme text escaping issue

My theme got soft rejection don’t know why they given the issue though I used __() to esacape the string.

theme text strings are to be translatable and properly escaped. https://gist.github.com/kailoon/01fa8e95d2e910e666c6

example(s) from your code and there are more:
image

You should use esc_html__ to translate your strings if you use like it is now you will need to escape it.