#perk {
    z-index: 0 !important;
}

/*table*/
.table-style-001 table.table-bordered {
    width: 100%;
}
.table-style-001 table th {
    padding: 10px 10px;
    line-height: 1.3;
    text-align: left;
    background: #380202;
    border-color: #dee2e6;
    border: 1.5px solid #380000a3;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.table-style-001 table td {
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}
.table-style-001 table td:first-child {
    font-weight: 700;
}

/*text-style-001*/
.text-style-001 ul { 
    list-style: none; 
    padding: 0px; 
    margin-bottom: 0; 
}
.text-style-001 ul li {
    margin: 5px 10px;
    padding-left: 11px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}
.text-style-001 ul li:before {
    color: #8f8f8f;
    content: '\f00c';
    font-family: fontawesome;
    margin-right: 10px;
    margin-left: -25px;
}