.table-custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-custom th,
.table-custom td {
    padding: 0.5rem  5.5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table-custom th {
    width: 33.33%;
}

.btn-custom {
    background-color: #a72416;
    color: #fff;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
}
.btn-custom a {
color: #fff;
}
.btn-custom:hover{
    color:  #fff;

}