(function($){
	$(function() {
	var paragraphHeight = 0;
	if ($('.designerProfiles-row div p').height() > paragraphHeight) {
		paragraphHeight = $('.designerProfiles-row div p').height() + 20;
	}
	$('.designerProfiles-row div p').css("height", paragraphHeight+'px')
	})
})(jQuery);
