find html and change the corresponding div text in the family

find html and change the corresponding div text in the family


hi,

i have the following html.

  1. <div id="TrainingPrograms">
  2.     <div class="TrainingItemBloc">
  3.         <div class="ImageIconHalf">
  4.             <img style="width:100%;height:95px" src="#">
  5.         </div>
  6.         <div class="TrainingItemText">
  7.             <div class="TrainingItemTitle">Supply Chain Fundamentals</div>
  8.             <div class="TrainingItemDescription"> Explore our six Supply Chain functions and discover how our expertise creates value for our customers and drives success in the World's number1 pooling company.</div> <div class="TrainingItemProgress">
  9.                 <div class="ProgressCount"></div>
  10.                 <div class="ProgressFrameBar">
  11.                     <div class="MyProgress" style="width:20px"></div>
  12.                 </div>
  13.             </div>
  14.         </div>
  15.     </div>
  16.     <div class="TrainingItemBloc">
  17.         <div class="ImageIconHalf">
  18.             <img style="width:100%;height:95px" src="#">
  19.         </div>
  20.         <div class="TrainingItemText">
  21.             <div class="TrainingItemTitle">Zero Harm Training Suite</div>
  22.             <div class="TrainingItemDescription"> To support all of our employees in improving afety and wellbeing, this zero harm training suite explores five critical aspects of our Zero Harm culture.</div>
  23.             <div class="TrainingItemProgress">
  24.                 <div class="ProgressCount"></div>
  25.                 <div class="ProgressFrameBar">
  26.                     <div class="MyProgress" style="width:20px"></div>
  27.                 </div>
  28.             </div>
  29.         </div>
  30.     </div>
  31. </div>
i want to find the html " <div class="TrainingItemTitle">Supply Chain Fundamentals</div>" and find its 
corrresponding  <div class="ProgressCount"></div> and enter text as 10 items
<div class="ProgressCount">10 items</div>