diff --git a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js index f520ef66df3c..ae66f6734e08 100644 --- a/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js +++ b/src/sections/Careers/Careers-Programs-grid/ProgramGrid.style.js @@ -1,7 +1,15 @@ import styled from "styled-components"; export const ProgramsPageWrapper = styled.div` - - margin-top: -2rem; + + 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 b772affc749b..df7283cbd932 100644 --- a/src/sections/Careers/Careers-Programs-grid/index.js +++ b/src/sections/Careers/Careers-Programs-grid/index.js @@ -57,7 +57,8 @@ const ProgramsGrid = ({ hide_path, sub_section }) => { return ( - + +

Build Your Career at Layer5