/* Estilo automático para a página: clientes */
.bl-cliente {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px 10px;
    height: 100%;
}

.bl-cliente img {
    max-height: 100px;
}