.brandsContainer img {
    max-height: 50px;
    max-width: 100%;
}
.brandsContainer {
    text-align: center;
    background: #fff;
    padding: 30px;
}
.brandsContainer .brand {
    width: 9%;
    display: inline-block;
    margin: 2% 5%;
}
.brandsContainer h2 {
    font-size: 20px;
}