Fix product header styles
diff --git a/erpnext/public/js/hub/helpers.js b/erpnext/public/js/hub/helpers.js
index 22e35c3..85143b7 100644
--- a/erpnext/public/js/hub/helpers.js
+++ b/erpnext/public/js/hub/helpers.js
@@ -9,7 +9,7 @@
 	const items_html = (items || []).map(item => get_item_html(item)).join('');
 	const title_html = title
 		? `<div class="col-sm-12 margin-bottom">
-				<b>${title}</b>
+				<h4>${title}</h4>
 			</div>`
 		: '';
 
@@ -140,4 +140,4 @@
 	get_local_item_card_html,
 	get_rating_html,
 	make_search_bar,
-}
\ No newline at end of file
+}
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index da51260..b0ddec4 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -210,6 +210,13 @@
 		border-bottom: none;
 	}
 
+	.hub-card-container {
+		h4 {
+			font-weight: 500;
+			margin-top: 32px
+		}
+	}
+
 	.hub-item-container {
 		overflow: hidden;
 	}