.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
}

.plan-col>.plan>.plan-body>.table>tbody tr:nth-child(n+4) {
    display: none;
}
.plan-col>.plan>.plan-body>.table>tbody tr:nth-child(2) {
    display: none;
}
