.block-table-v2 {
    border-spacing: 0.6em;
    width: 100%;
    margin-left: -0.6em;
    margin-right: -0.6em;
}
.table-v2-th-cell {
    position: relative;
}
.table-v2-th-cell {
    position: relative;
}
.table-v2-th-cell:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0.6em;
    bottom: -1px;
    right: -0.6em;
}
.table-v2-th-cell:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -0.58em;
    transform: translateY(-50%) rotate(-45deg);
    width: 0;
    height: 0;
    border-top: 1.2em solid transparent;
    border-right: 1.2em solid #373737;
    z-index: 1;
}
.table-v2-td-cell {
    min-height: 6em;
    height: 6em;
}
.table-v2-th-cell,
.table-v2-td-cell {
    width: 16%;
    padding: 8px;
    text-align: left;
}
.table-v2-th-cell {
    text-align: left;
    background-color: #CDFF3A;
    color: #000;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}
.table-v2-td-cell {
    border: 1px solid #898989;
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.2em;
}
@media screen and (max-width: 960px) {
    table {
        overflow-x: auto;
        display: block;
    }

    .table-v2-th-cell,
    .table-v2-td-cell {
        min-width: 12em;
        max-width: none;
    }
}