diff --git a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css index 2f5443b88..ef6371b49 100644 --- a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css +++ b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css @@ -97,4 +97,7 @@ .cardSubtitle { font-size: var(--typography-Title-5-fontSize); } + .level { + font-size: var(--typography-Script-2-fontSize); + } }