#customers h2{
    color: #6B6D70;
}

#customers div img{
    width: 19%;
    height: auto;
}

@media screen and (max-width: 768px) {
    #customers div img{
        width: 49%;
    }
}

