.table-with-img {
    display: flex;
}
@media(max-width:1200px) {
    .table-with-img img {
        display: none;
    }
}