diff --git a/website/src/pages/education/education.scss b/website/src/pages/education/education.scss
index f5d602ec5027b165ca5b5d24c793696a7194b041..ccaa4b344779776dabec577b6fa72f3c3fa4fec7 100644
--- a/website/src/pages/education/education.scss
+++ b/website/src/pages/education/education.scss
@@ -162,16 +162,23 @@
 			.edu-art-details {
 				grid-column: 1 / span 3;
 
+				h2 {
+					font-size: 18px;
+					color: $light_2;
+					margin: 5px 0;
+				}
+
 				.details-list {
 					.detail {
 						display: flex;
 						gap: 20px;
 						justify-content: space-between;
-						padding: 10px 0;
-						border-bottom: 1px solid #ddd;
+						padding: 6px 0;
+						border-bottom: 1px solid $light_0;
 
 						label {
 							font-weight: 600;
+							color: $dark_3;
 						}
 					}
 				}