Jquery – add class to the specific child element

Hello Stackoverflow friends… I am trying to solve a problem…

I have 4 link blocks which are having the class “faq-tab_link” and they have a child element of the image having the class of “careers-faq-icon” and the image have a combo class of “is__hide”

what I am trying to achieve is when I click on any of the link block the image element which is having the combo class of is__hide should be removed to that particular link block only..so that the image will appear on the clicked link block.. and which clicked on the second link the image should appear on the second link and all other images of other links should be hidden…

can anybody help me with that please?