.vip-container{
    padding: 40px 0;
}
.vip-table {
    width: 100%
}

.vip-table th {
    border: none
}

.vip-privilege th:first-of-type {
    text-align: left
}

.vip-privilege th {
    text-align: center
}

.vip-privilege img:first-of-type {
    object-fit: contain;
    object-position: left;
    filter: drop-shadow(0px 0px 1px #fff);
}

.vip-privilege-title td {
    text-align: left;
    color: #e82c3b;
    padding-top: 2rem
}

.vip-privilege-content td {
    text-align: left;
    color: #fff
}

.vip-privilege-content td:not(:first-of-type) {
    text-align: center;
    color: #ffffff80;
    font-size: .875rem;
    width: 16%
}

.vip-privilege-content td:not(:first-of-type).white {
    color: #fff;
    font-weight: 700
}

.vip-desc {
    margin: 80px 0;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #da336b;
    color: #838383;
    margin-bottom: 0;
}