diff --git a/components/Achievements/Achievements.module.scss b/components/Achievements/Achievements.module.scss index 7eb2658..bfad34d 100644 --- a/components/Achievements/Achievements.module.scss +++ b/components/Achievements/Achievements.module.scss @@ -1,6 +1,8 @@ .group3664 { overflow-x: hidden; min-height: 100vh; + font-family: 'Manrope'; + font-style: normal; .heading { display: flex; padding-left: 4%; @@ -9,7 +11,6 @@ margin: 22px; h1 { font-family: NewYork; - font-style: normal; font-weight: 410; letter-spacing: 0.05em; color: #33453b; @@ -22,7 +23,6 @@ display: flex !important; justify-content: center; align-items: center; - padding-right: 0px; .btn { align-self: center; button { @@ -67,8 +67,6 @@ border-radius: 40px; padding: 0.1rem 2rem; text-align: center; - font-family: 'Manrope'; - font-style: normal; font-weight: 500; font-size: 1rem; letter-spacing: 0.05em; @@ -78,8 +76,6 @@ margin-top: 1.5rem; text-transform: uppercase; height: auto; - font-family: 'Manrope'; - font-style: normal; font-weight: 700; font-size: 2.2rem; word-break: keep-all; @@ -95,8 +91,6 @@ .desc { margin-top: 2.6rem; word-break: keep-all; - font-family: 'Manrope'; - font-style: normal; font-weight: 400; font-size: 1.4rem; @media (max-width: 1050px) { @@ -125,10 +119,7 @@ @media (min-width: 900px) { padding: 7rem 1rem 7rem 5rem; } - flex-grow: 2; - flex-basis: 0; - flex-shrink: 2; - + flex: 2 2 0; .Image { border-radius: 1rem !important; }