.themetechmount-ptables-w.tm-ptablebox-style-1 .ttm-pricetable-column-w {
    width: 100%;
    border: 1px solid var(--ttm-bordercolor);
    margin-bottom: 30px;
    border-radius: var(--ttm-globalradius);

}
.tm-ptablebox-style-1 .ttm-featured-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: fit-content;
    background-color: var(--ttm-skincolor);
    border-radius: 0 0 var(--ttm-globalradius) var(--ttm-globalradius);
}
.tm-ptablebox-style-1 .themetechmount-ptable-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w {
    background-color: var(--ttm-secondarycolor);
    color: #ffffff;
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col .tm-ptablebox-title h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #ffffff;
}
.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-cur-symbol,
.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-price {
    color: #ffffff;
}