diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 23d1b398db..e654ec9491 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -15,16 +15,6 @@ } .sales-contact-form-left-column { - .sales-contact-form-heading-title { - font-size: 2.25rem; - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 600; - line-height: 1.333; - padding-top: 8px; - padding-right: 50px; - } - @media (min-width: @screen-xs) { .names-container { display: flex; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 78a56909c9..a9eca4bc9c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -27,16 +27,6 @@ .cms-page { .sales-contact-form-left-column { - .sales-contact-form-heading-title { - font-size: 2.25rem; - font-family: var(--font-family-san-serif); - font-style: normal; - font-weight: 600; - line-height: 1.333; - padding-top: 8px; - padding-right: 50px; - } - @include media-breakpoint-up(sm) { .names-container { display: flex;