foreach (pq('h2') as $e) {
            pq($e)->replaceWith("<p><strong>".pq($e)->text()."</strong></p>");
        }