jQuery(document).ready( function ($) {
	$('.typography p:nth-child(1)').addClass('nth-1');
	$('.typography p:nth-child(2)').addClass('nth-2');
});


