.three-card-table {
    display: table;
}

.three-card-table .card-image img {
    max-height: 100%;
}

.three-card-table-row {
    display: table-row;
}

.big-table-cell,
.big-table-cell-two,
.small-table-cell,
.small-table-cell-two {
    display: table-cell;
}


/*.left-column.big-table-cell,
.left-column.big-table-cell-two {
    padding-right: 0px;
}

.left-column.big-table-cell {
    padding: 0px 0.64rem 0 0;
}

.right-column {
    padding: 0 0 0 0.64rem;
}*/