.title-border-bottom{
    border-bottom:1px solid var(--bs-black);
}
.table-company-verticalstripe tr th:nth-of-type(odd),
.table-company-verticalstripe tr td:nth-of-type(odd){
    background-color:rgba(196, 221, 225, 0.2);

}
.table-company-verticalstripe > thead > tr,
.table-company-verticalstripe > tbody > tr:not(:last-of-type){
    border-bottom-width: 1px;
    border-color:#C4DDE1;
    border-bottom-color: #C4DDE1;
}

