.custom-logo-section{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5rem 2rem;margin:0 auto}.logo-article{max-width:max-content}.logo-article img{filter:saturate(0)}.logo-article img:hover{filter:saturate(1)}.space-holder{width:4rem}@media screen and (max-width:700px){.custom-logo-section{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:500px){.custom-logo-section{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:400px){.custom-logo-section{grid-template-columns:repeat(3,1fr)}}