diff --git a/src/pages/about-us/_OurOffices.tsx b/src/pages/about-us/_OurOffices.tsx index 6b6b44800a4..92e220fe1fe 100644 --- a/src/pages/about-us/_OurOffices.tsx +++ b/src/pages/about-us/_OurOffices.tsx @@ -132,6 +132,10 @@ const MapImage = styled(BackgroundImage)` } ` +const StyledFlex = styled(Flex)` + height: unset; +` + const MapPin = ({ top, left, title, link }) => { const [is_pin_show, setPinShow] = React.useState(false) return ( @@ -301,30 +305,30 @@ const OurOffices = () => { - + {localize('750+')} {localize('employees')} - - + + {localize('50+')} {localize('nationalities')} - - + + {localize('13')} {localize('offices')} - - + + {localize('10')} {localize('countries')} - + )