.card-content.wc-product-loop-price .ingite-store-plan-price-table{
    margin-left:-1rem;
    width:calc(100% + 2rem);
}

.ingite-store-plan-price-table td, .ingite-store-plan-price-table th{
    width:50%;
}

.ingite-store-plan-modules-table td, .ingite-store-plan-modules-table th{
    width:50%;
}

.card > .ingite-store-plan-price-table:last-child{
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}

.card > .ingite-store-plan-price-table:last-child tbody:last-child tr:last-child{
    border-bottom:none;
}