body{ background-color:var(--light-bg);}#inhoud .brandsfullwrapper{ display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:static;}#inhoud .brandswrapper{ height:200px;width:100%;border-radius:12px;background-color:var(--white);display:flex;align-items:center;justify-content:center;position:static;}#inhoud .brandswrapper img,#inhoud .brandswrapper svg{ content:"";position:absolute;z-index:2;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);max-width:80% !important;max-height:80% !important;height:auto !important;width:auto !important;}@media (max-width:1250px){ #inhoud .brandsfullwrapper{ gap:25px;}}@media (max-width:1100px){ #inhoud .brandsfullwrapper{ grid-template-columns:repeat(2,1fr);}}@media (max-width:700px){ #inhoud{ margin-top:-25px;} #inhoud .brandswrapper{ height:150px;}}@media (max-width:500px){ #inhoud .brandsfullwrapper{ grid-template-columns:repeat(1,1fr);}}