.tf-pricetable {
    border-radius: 24px;
    padding: 24px 24px 24px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-pricetable:hover,
.tf-pricetable.setactive {
    background: #262626;
}

.tf-pricetable .badge-sale {
    padding: 2px 8px;
    border-radius: 4px;
    background: #fff;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.20000000298023224px;
    color: #000;
    position: absolute;
    top: -12px;
    left: 27px;
}

.tf-pricetable .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 12px;
}

.tf-pricetable .description {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 37px;
}

.tf-pricetable .content-price {
    font-size: 48px;
    font-weight: 700;
    line-height: 53px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.tf-pricetable .wrap-button {
    margin-bottom: 48px;
}

.tf-pricetable .content-price .time {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-left: 16px;
}

.tf-pricetable .wrap-button a {
    display: block;
    width: 100%;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    color: #000;
    background: #fff;
}

.tf-pricetable .wrap-button a:hover {
    background: #000;
    color: #fff;
}

.tf-pricetable .title-content {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
    margin-bottom: 16px;
}

.tf-pricetable .content-list .item {
    display: flex;
    align-items: center;
    column-gap: 16px;
font-family: 'Inter';
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.23999999463558197px;
}

.tf-pricetable .content-list .inner-content-list .item {
    margin-bottom: 4px;
}

.tf-pricetable .content-list .inner-content-list .item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

}
