.cliente_1{
    text-align: center;
    display: flex;
    background-color: #b6b0c4;
    align-items: center;
    margin: 2%;
    border-radius: 15px;
    width: 12rem;
    height: 10rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cliente_2{
    text-align: center;
    display: flex;
    background-color: #b6b0c4;
    align-items: center;
    margin: 2%;
    border-radius: 15px;
    width: 12rem;
    height: 10rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cliente_3{
    text-align: center;
    display: flex;
    background-color: #b6b0c4;
    align-items: center;
    margin: 2%;
    border-radius: 15px;
    width: 12rem;
    height: 10rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cliente_4{
    text-align: center;
    display: flex;
    background-color: #b6b0c4;
    align-items: center;
    margin: 2%;
    border-radius: 15px;
    width: 12rem;
    height: 10rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}