.logoGrid{display:grid;gap:64px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:800px}.logoGrid .logoImg{background-position:50%;background-repeat:no-repeat;background-size:contain;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:url(resources.svg#desaturate);filter:gray;-webkit-filter:grayscale(1);height:88px}@media (max-width:767px){.logoGrid{gap:32px}}@media (max-width:500px){.logoGrid .logoImg:nth-of-type(4),.logoGrid .logoImg:nth-of-type(5){transform:translateX(50%)}.logoGrid{gap:0 32px;grid-template-columns:repeat(3,1fr)}}