.desktop-price-table{
    margin-top: 40px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: var(--color-blackest);
}
.price-table tr:hover {
    background-color: var(--color-blackest);
}
.price-table .fa-check {
    color: var(--color-primary);
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgb(216 214 227 / 12%)
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
}

.price-table td.price-table-popular {
    border-top: 3px solid var(--color-primary);
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}

.price-table tr.price-footer {
    background-color: #0f0f1169;
}
.font-mid{
    font-size: 22px;
}
.price-small {
    font-size: 13px;
    margin-top: -15px !important;
}