refactor: styling changes
diff --git a/erpnext/www/lms/macros/card.html b/erpnext/www/lms/macros/card.html
index ffed8e9..f77b514 100644
--- a/erpnext/www/lms/macros/card.html
+++ b/erpnext/www/lms/macros/card.html
@@ -11,7 +11,7 @@
 		{% endif %}
 		<div class='card-body'>
 			<h5 class='card-title'>{{ program.program_name }}</h5>
-			<div>{{ program.description or '' }}</div>
+			<div class="text-muted">{{ program.description or '' }}</div>
 		</div>
 		{% if has_access or program.intro_video%}
 		<div class='card-footer'>
diff --git a/erpnext/www/lms/macros/hero.html b/erpnext/www/lms/macros/hero.html
index 85052e1..66bb861 100644
--- a/erpnext/www/lms/macros/hero.html
+++ b/erpnext/www/lms/macros/hero.html
@@ -2,7 +2,7 @@
 	<div class='container pb-5'>
 		<div class="mb-3">
 			<a href="{{ back.url }}" class="text-muted">
-				<i class="octicon octicon-chevron-left"></i> Back to {{ back.name }}
+				Back to {{ back.name }}
 			</a>
 		</div>
 		<h1>{{ title }}</h1>