diff --git a/website/src/pages/education/education.scss b/website/src/pages/education/education.scss
index 42bf4faa82525cac75bfcc5a4f6c2deb38fa31d2..f5d602ec5027b165ca5b5d24c793696a7194b041 100644
--- a/website/src/pages/education/education.scss
+++ b/website/src/pages/education/education.scss
@@ -161,6 +161,20 @@
 
 			.edu-art-details {
 				grid-column: 1 / span 3;
+
+				.details-list {
+					.detail {
+						display: flex;
+						gap: 20px;
+						justify-content: space-between;
+						padding: 10px 0;
+						border-bottom: 1px solid #ddd;
+
+						label {
+							font-weight: 600;
+						}
+					}
+				}
 			}
 
 			@media screen and (max-width: 1050px) {