
.logos_footer {
    background-color: #f4f4f4;
    }
    
    .logos_footer .wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    
    .logos_footer img {
    max-width: 80px;
    margin: 10px;
    }
    
    
    @media screen and (min-width: 768px) {
    .logos_footer img {
        max-width: 150px;
        margin: 10px 15px;
        }
    }
    
        
    