.pricing-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    transform: scale(1);
}

.pricing-table {
    padding: 40px;
    border: 2px solid #232a30;
    border-radius: 5px;
    min-width: 300px;
    background: #182029;
    color: #fff;
}

.pt-title {
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #0f161b;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800;
}

.pt-price-wrap {
    margin-top: 30px;
    justify-content: flex-start;
    gap: 1px;
}

.pt-price {
    font-size: 35px;
    font-weight: 600;
    align-items: center;
    line-height: 35px;
    width: 100%;
    justify-content: center;
}
.pt-price-info {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 23px;
    color: var(--tg-body-color);
}

.pt-price-sale {
    margin-top: 5px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 23px;
    color: var(--tg-theme-primary);
}
.pt-price-sale i {
    margin: 0 5px;
}
.pt-price-sale-left,
.pt-price-sale-right {
    align-items: center;
}
.pt-price-sale-right {
    color: #fff;
}

.pt-subtitle {
    margin-top: 30px;
    font-weight: 600;
}

.pt-list {
    margin-top: 10px;
    justify-content: flex-start;
    color: var(--tg-body-color);
}
.pt-list-item {
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    align-items: center;
}
.pt-list-item:first-child {
    margin-top: 0;
}
.pt-list-item i {
    margin-right: 5px;
    color: var(--tg-common-color-deepskyblue);
}

.pt-button {
    margin: 45px 0 10px 0 !important;
}

.pt-footer {
    text-align: center;
    color: var(--tg-body-color);
    font-size: 12px;
}
.pt-footer i {
    margin-right: 5px;
}