.table-img table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.table-img tr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.table-img td {
    background-color: transparent;
    border: none;
}