diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss
index c7b151d23c101f6a2a48f400c67ad771ace34f1a..090368df6c928fdd05662d52211a3f3f0b12b4db 100644
--- a/src/app/profile/profile.component.scss
+++ b/src/app/profile/profile.component.scss
@@ -32,7 +32,7 @@
   background: $white;
   border-bottom: 1px solid $grey-4;
   .profileName {
-    @include cn-bold-24;
+    @include cn-bold-26;
     margin: 0 !important;
   }
   .profileEmail {
@@ -69,7 +69,7 @@ button {
       a {
         margin: 0;
         &.structureName {
-          @include cn-bold-24;
+          @include cn-bold-26;
           color: $secondary-color;
           text-decoration: underline;
         }