Text Color change in Jquery for gif image

Text Color change in Jquery for gif image







Hi,

I am having below gif images below that some text is there for every image. when ever red highlighted text also should highlight as red for appropriate image.
 
<div class="twelve columns" id="show">
     
<div class="three columns">
         
<p id="cartton1">A train ride goes bad because of unexpected illness.</p>
     </div> 
   
   
<div class="three columns">
         
<p id="cartton2">Shouldn’t healthcare be available everywhere?</p>
</div> 
   
   
<div class="three columns">
         
   
 <p id="cartton3">And that’s when we had our light bulb moment.</p>
   
   
</div> 
   
   
<div class="three columns">
         
   <p id="cartton4">Svark was born to make healthcare accessible.</p>
       
</div> 
     
     
    </div>