Locator xpath problem

I have a problem like this
here is the html

<div class="_1pEVDa">
<label class="_1A0RCW">Bahan</label>
<div>Katun</div></div>

I want to include
BAHAN

ON

store text

I did this but failed please enlighten me

xpath=(//div[contains(@class,‘_1pEVDa’)])[contains(@label.,‘Bahan’)]

CAPTURE MY SCREEN
Untitled