{our_principles.map((principle) => (
diff --git a/src/pages/our-principles/index.tsx b/src/pages/our-principles/index.tsx
index 689dbbf403d..eec1a4d29fe 100644
--- a/src/pages/our-principles/index.tsx
+++ b/src/pages/our-principles/index.tsx
@@ -33,16 +33,6 @@ const ColorHeader = styled(Header)`
}
`
-const MainHeader = styled(Header)`
- padding-bottom: 24px;
-
- @media ${device.mobileM} {
- padding-bottom: 24px;
- font-size: 40px;
- line-height: 50px;
- }
-`
-
const StyledMainText = styled(Text)`
font-size: 24px;
font-weight: 400;
@@ -65,18 +55,6 @@ const StyledText = styled(Text)`
}
`
-const StyledHeader = styled(Header)`
- padding-bottom: 8px;
- font-size: 24px;
- line-height: 36px;
- font-weight: 700;
-
- @media ${device.mobileM} {
- font-size: 18px;
- line-height: 26px;
- }
-`
-
const StyledContainer = styled(Container)`
max-width: 1098px;
flex-direction: column;
@@ -99,16 +77,6 @@ const PrinciplesSection = styled(SectionContainer)`
}
`
-const StyledCardContainer = styled(Flex)`
- @media ${device.tablet} {
- flex-direction: column;
- }
-
- @media ${device.mobileM} {
- margin: 0px 0px;
- }
-`
-
const StyledImg = styled.img`
@media ${device.tablet} {
width: 104px;
@@ -131,9 +99,9 @@ const OurPrinciples = (): React.ReactNode => {
-
+
{localize('Our principles')}
-
+
{localize(
'We are honoured to serve everyone who relies on our products and services, and we only want to offer the best. That’s why our principles and values are so important in defining who we are, why we do what we do, and how we treat our clients and each other. Across our international offices, we are committed to the following principles in everything that we do.',
@@ -145,7 +113,7 @@ const OurPrinciples = (): React.ReactNode => {
{principles.map((principle, index) => (
-
+
@@ -155,12 +123,14 @@ const OurPrinciples = (): React.ReactNode => {
{principle.description.map((description, key) => (
- {description.title}
+
{description.text}
))}
-
+
))}