.block-tabs-table {
    border-spacing: 0.6em;
}
.block-tabs-table td,
.block-tabs-table th {
    width: 20%;
}
.table-th-cell {
    background-color: #CDFF3A;
    color: #000;
    padding: 0.4em 0.6em;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
}
.table-row-btn {
    position: relative;
    background: #CDFF3A;
    padding: 0.8em 1.5em 0.8em 0.8em;
    color: #000;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}
.table-row-cell {
    display: table-cell;
    border: 1px solid #898989;
    padding: 0.7em;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    vertical-align: top;
}
.table-row-cell ul {
    list-style-type: disc;
    margin-left: 1em;
}
.table-row-cell ul li {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .table-wrap {
        overflow-x: auto;
    }
    .table-th-cell {
        font-size: 1.3em;
    }
}
