diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index 2e5a282cb9..6c085a431e 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -213,17 +213,27 @@ .customer-story-card-title { margin-top: 25px; margin-bottom: 12.5px; - font-size: 20px; + font-size: 1.5rem; font-weight: 600; a { display: flex; justify-content: space-between; color: var(--neutral-90); + i { + font-size: 1.5rem; + } } } .customer-story-content { + h1 { + @media (max-width: @screen-sm-max) { + font-size: 2.25rem; + line-height: 1.333; + } + } + .table-of-contents-section { padding-right: 64px; @media (max-width: @screen-sm-max) { @@ -260,6 +270,17 @@ margin-top: 0; } + .at-glance-section { + padding-top: 24px; + p { + margin-top: 16px; + } + } + + p { + font-size: 1.125rem; + } + .border-r-16 { border-radius: 16px; } @@ -304,7 +325,8 @@ } p { - font-size: 1.2rem; + margin-top: 1rem; + font-size: 1.125rem; } } } @@ -632,13 +654,18 @@ } h2 { + font-size: 1.875rem; color: var(--white); } + p { + font-size: 1.125rem; + } .btn-container { + padding-top: 10px; display: flex; justify-content: center; - align-items: center; + align-items: flex-start; } } @@ -728,6 +755,10 @@ margin-bottom: 16px; } + .quote-card-link { + color: var(--mint-green); + } + @media (max-width: @screen-sm-max) { padding: 56px 24px 56px 24px; } @@ -863,6 +894,21 @@ margin: 0; } + .customer-stories-hero-heading { + @media (max-width: @screen-sm-max) { + font-size: 2.25rem; + line-height: 1.333; + } + } + + .customer-stories-hero-text { + font-size: 1.25rem; + } + + .customer-stories-logos-text { + font-size: 1.125rem; + } + .link-with-arrow { font-size: 1.125rem; line-height: 1.333; diff --git a/services/web/public/img/website-redesign/customer-story-2-img-1.png b/services/web/public/img/website-redesign/customer-story-2-img-1.png index c871e4521f..fcca655506 100644 Binary files a/services/web/public/img/website-redesign/customer-story-2-img-1.png and b/services/web/public/img/website-redesign/customer-story-2-img-1.png differ diff --git a/services/web/public/img/website-redesign/customer-story-8-content.png b/services/web/public/img/website-redesign/customer-story-8-content.png index 8b405638c2..2aa290f59a 100644 Binary files a/services/web/public/img/website-redesign/customer-story-8-content.png and b/services/web/public/img/website-redesign/customer-story-8-content.png differ diff --git a/services/web/public/img/website-redesign/material-symbols-arrow-right-light.svg b/services/web/public/img/website-redesign/material-symbols-arrow-right-light.svg new file mode 100644 index 0000000000..ab271488d2 --- /dev/null +++ b/services/web/public/img/website-redesign/material-symbols-arrow-right-light.svg @@ -0,0 +1 @@ + \ No newline at end of file