.block-logos .container{max-width: 80%;}
.block-logos .logo-wrapper{display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.block-logos .logo-wrapper .logo{min-width: 20%; max-width: 20%; filter: grayscale(1); display: flex; transition: ease-in-out 0.3s; justify-content: center; align-items: center; padding: 2.5rem 2rem;}
.block-logos .logo-wrapper .logo img{justify-content: center; max-width: 150px;}

.block-logos .logo-wrapper .logo:hover{filter: grayscale(0); scale: 1.1; transition: ease-in-out 0.3s;}

@media(max-width: 1024px){
    .block-logos .logo-wrapper .logo{min-width: 33.3%; max-width: 33.3%;}
}

@media(max-width: 768px){
    .block-logos .logo-wrapper .logo{min-width: 50%; max-width: 50%;}
}

@media(max-width: 550px){
    .block-logos .logo-wrapper .logo{min-width: 100%; max-width: 100%;}
}