diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss
index a1070628fa7d975367c0305129b8eca83b19fb3a..391829d899e8bceb07f4da854cd83435270a8200 100644
--- a/lms/static/sass/features/_course-experience.scss
+++ b/lms/static/sass/features/_course-experience.scss
@@ -462,14 +462,6 @@ button.accordion-trigger, button.prerequisite-button {
     justify-content: space-between;
     padding: $baseline/2 $baseline/2 $baseline/2 0;
 
-    .heading {
-      font-size: 0.9rem;
-      font: -apple-system-body;
-      line-height: 1;
-      font-weight: $font-bold;
-      color: theme-color("dark");
-    }
-
     .left-column {
       flex: 5%;
 
@@ -490,11 +482,22 @@ button.accordion-trigger, button.prerequisite-button {
         margin-bottom: 8px;
       }
 
+      .heading {
+        font: -apple-system-body;
+        line-height: 1;
+        font-weight: $font-bold;
+        color: theme-color("dark");
+      }
+
       .description {
         margin-bottom: $baseline/2;
         display: inline-block;
       }
 
+      .heading, .description {
+          font-size: 0.9rem;
+      }
+
       .date-summary-link {
         font-weight: $font-semibold;