.brand-logos-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    width: 100%;
    justify-content: space-around;
}

/* .brand-logos-flex:first-child {
    margin-bottom: 30px;
} */

.brand-logos-flex > * {
    /* flex-basis: 2400px; */
    width: calc(100% / 6);
    height: 120px;
    /* max-height: 220px; */
    /* max-height: 120px; */
    /* height: 20%; */
    display: block;
    padding: 20px 0;
    text-align: center;
    display: flex; justify-content: center; align-items: center;
    /* flex-basis: calc(75% / 6); */
    overflow: hidden;
    background-size: contain;
}
.brand-logos-flex img {
    width: 80%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 400px) {
    .brand-logos-flex > *{
        flex-basis: calc(100% / 2);
    }
    .brand-logos-flex img {
        width: 70%;
        /* max-height: 100%; */
    }
    .brand-logos-flex li:last-child img {width: 60%;}
}
@media screen and (min-width: 401px) and (max-width: 800px) {
    .brand-logos-flex > *{
        flex-basis: calc(100% / 3);
    }
    .brand-logos-flex img {
        width: 70%;
        /* max-height: 100%; */
    }
    .brand-logos-flex li:last-child img {width: 60%;}
}


#companies4-block {
    padding: 70px 0!important;
}

#facebook-button {
    width: 60px;
    height: 60px;
    background-color: transparent!important;
}
#facebook-button img {
    width: 100%;
    /* box-shadow: 5px 5px 5px #888888; */
}

#facebook-button>a {
    padding: 0;
    background-color: transparent;
}
