.flex-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    /* row-gap: 10px; */
    justify-content: flex-start;
}

.table-content{
    /* width: inherit; */
    overflow: auto;
}