diff --git a/src/reusecore/PageHeader/pageHeader.style.js b/src/reusecore/PageHeader/pageHeader.style.js index afa8d7f5827d..b3d7c1666b54 100644 --- a/src/reusecore/PageHeader/pageHeader.style.js +++ b/src/reusecore/PageHeader/pageHeader.style.js @@ -24,6 +24,15 @@ const PageHeaderWrapper = styled.div` } } + h3 { + color: ${(props) => props.theme.whiteSixToGreen3C494F}; + margin-top: 2rem; + padding: 0; + font-weight: 500; + text-align: center; + transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); + } + } .feature-image{ diff --git a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js index ae66f6734e08..a1eb588640af 100644 --- a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js +++ b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js @@ -1,15 +1,6 @@ import styled from "styled-components"; export const ProgramsPageWrapper = styled.div` - - h3 { - color: ${(props) => props.theme.whiteSixToGreen3C494F}; - margin: 0; - padding: 0; - font-weight: 500; - text-align: center; - transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); - } - + h1{ color: ${props => props.theme.text}; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); diff --git a/src/sections/Careers/Careers-Programs-grid/index.js b/src/sections/Careers/Careers-Programs-grid/index.js index df7283cbd932..b772affc749b 100644 --- a/src/sections/Careers/Careers-Programs-grid/index.js +++ b/src/sections/Careers/Careers-Programs-grid/index.js @@ -57,8 +57,7 @@ const ProgramsGrid = ({ hide_path, sub_section }) => { return ( - -

Build Your Career at Layer5

+