.industry-client-logos {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin-top:80px;
}
.industry-client-logos__item {
    width:25%;
    margin-bottom:100px;
    display:flex;justify-content:center;
}
.industry-client-logos__item img {
    max-width:180px;
    max-height:55px;
    object-fit:contain;
}
@media screen and (max-width:1024px) {
    .industry-client-logos__item {width:33%;}   
    .industry-client-logos__item img {
        max-width:140px;
        max-height:40px;
    }
}
@media screen and (max-width:600px) {
    .industry-client-logos__item img {
        max-width:20vw;
        max-height:40px;
    }
    .industry-client-logos {justify-content:space-between;}
    .industry-client-logos {margin-top:60px}
}