Here how can i get the total numbers of divs of class = "row ehi-pd", under each divs of class = "panel-content"? As shown in the picture.
it should give the output for each class = "panel-content" section separately, not combining all of them.
for example:
for 1st "panel-content" : 6
for 2nd "panel-content" : 5
for 3rd "panel-content" : 3