#clientes {
    background-image: linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 255, 255, 0.5)), url("../../grs/images/clientes/bg_clientes.jpg");
}

#clientes {
    padding-top: 2rem !important;
}

#clientes img {
    border-radius: 5px !important;
}

#clientes .grow img {
    transition: 0.2 ease;
}

#clientes .grow img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.2s ease;
    padding-bottom: 0.7rem;
}

#clientes h4,
#clientes h5 {
    color: white;
}
