refactor: styling changes
diff --git a/erpnext/www/lms/course.html b/erpnext/www/lms/course.html
index d046ac8..381af01 100644
--- a/erpnext/www/lms/course.html
+++ b/erpnext/www/lms/course.html
@@ -28,6 +28,9 @@
 			line-height: 1;
 			padding: 20px;
 		}
+		section {
+			padding: 5rem 0 5rem 0;
+		}
 	</style>
 {% endblock %}
 
@@ -84,7 +87,7 @@
 {% endmacro %}
 
 {% block content %}
-<section class="section ">
+<section class="section">
 	{{ hero(course.course_name, course.description, has_access, {'name': 'Program', 'url': '/lms/program?program=' + program }) }}
 	<div class='container'>
 		<div class="row mt-5">