#client{
background-color:#fab915;
}

.client .fa.fa-quote-left {
    color: #000;
    font-size: 50px;
}
.col{
color:#FFFFFF;
}
.col:hover{
color:#fab915;
}

#customers {
    
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #000;
    color: white;
}
.colo{
color:#FFFFFF;
}