.logo-wall__container{padding:5rem 0}.logo-wall__header{text-align:center}.logo-wall{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo-wall__item{-webkit-box-flex:0;-ms-flex:0 1 19%;flex:0 1 19%;padding:1rem;text-align:center}.logo-wall img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;max-width:218px;max-height:100px}.logo-wall img:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%)}@media screen and (max-width:600px){.logo-wall__item{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.logo-wall img{max-width:160px;max-height:75px}}