.table-service th,.table-service td:not(:last-child){
    border-right: 1px solid #c3c9d1;
}

.table-service th{
    background-color: #28364f;
    color: #fff;
    font-weight: bold;
}


.table-service tr td:first-of-type {
    font-weight: bold;
}

.table-service tr td:nth-child(2)  {
    vertical-align: middle;
}

.table-service tr:nth-child(odd) {
    background-color: #eee;
}