table.step-review, .step-review-billing {
    width: 100%;
}
.step-review tr ,.step-review-billing tr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.step-review td ,.step-review-billing td{
    display: flex;
    flex-direction: column;
    text-align: center;
   
    padding: 10px;
    border-right: 1px solid #f2f2f2;
    width: 33.333%;
}
.step-review td:first-child , .step-review-billing td:first-child {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    padding: 10px;
    border-right: 1px solid #f2f2f2;
    width: 33.333%;
}
.step-review tr:not(:first-child),.step-review-billing tr:not(:first-child) {
   
    border-top: 1px solid #f2f2f2;
}