diff --git a/components/PartnersSection/PartnersSection.jsx b/components/PartnersSection/PartnersSection.jsx
index 230a13e..1cd383a 100644
--- a/components/PartnersSection/PartnersSection.jsx
+++ b/components/PartnersSection/PartnersSection.jsx
@@ -16,8 +16,9 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({
},
gold: {
display: 'flex',
- justifyContent: 'space-evenly',
- maxHeight: 80,
+ justifyContent: 'center',
+ flexWrap: 'wrap',
+ maxWidth: 700,
width: '100%',
'&>*': {
maxWidth: '50%',
@@ -25,6 +26,7 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({
justifyContent: 'space-evenly',
'&>*': {
objectFit: 'contain',
+ maxWidth: '100%',
},
},
[breakpoints.down('sm')]: {
@@ -75,6 +77,9 @@ export const PartnersSection = () => {
+
+
+