.combined_content_text_and_table_three_cells_in_row {

}
.combined_content_text_and_table_three_cells_in_row .combined_content_wrap {

}
.combined_content_text_and_table_three_cells_in_row .table_content,
.combined_content_text_and_table_three_cells_in_row .text_content p {
    color: #000;
    font-size: 1.45em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.combined_content_text_and_table_three_cells_in_row .table_content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.combined_content_text_and_table_three_cells_in_row .table_content .cell {
    flex: 1 0 calc(33.33% - 6em);
    border: 2px solid #D1D1D1;
    padding: 1.5em 1em;
    margin-left: -2px;
    margin-bottom: -2px;
}

@media screen and (max-width: 767px){
    .combined_content_text_and_table_three_cells_in_row .table_content {
        flex-direction: column;
    }
    .combined_content_text_and_table_three_cells_in_row .table_content .cell:not(:last-child) {
        margin-left: 0;
    }
}
