diff --git a/src/styles/members.scss b/src/styles/members.scss
index 4aee6c7b1c46cbf21bcdb51a38db783010c994c0..44fb15d2060b509473d59f8d255204ef2a6ba376 100644
--- a/src/styles/members.scss
+++ b/src/styles/members.scss
@@ -18,7 +18,8 @@
     
     &:first-of-type {
       color: $color-black2;
-      font-weight: bold;
+      font-size: 20px;
+      font-weight: 600;
       justify-content: center;
       margin-bottom: 2.2em;
       white-space: nowrap;
@@ -28,15 +29,15 @@
         content: '';
         position: relative;
         top: 0.5em;
-        width: 40%;
+        width: 31.4em;
       }
 
       &::before {
-        right: 5.8%;
+        right: 3em;
       }
 
       &::after {
-        left: 5.8%;
+        left: 3em;
       }
     }