...
div.class > p:nth-of-type(2)
...
*you might need more then one selector - check the selector on other pages in the site if it doesn't match search another selector. e.g : “div.class > p:nth-of-type(2), div.class2 > p:nth-of-type(5)” ... use different selectors by separating them with a comma.