.Table001__table-item-image {
    width: 100px;
}

.Table001__table-item td, .Table001__table-item th {
    vertical-align: middle;
}


/* mobile */

@media screen and (max-width: 768px) {
    .Table001__table-item {
        display: block;
        margin-bottom: 32px;
        border: 1px solid #eee;
    }

    .Table001__table-item th, .Table001__table-item td {
        display: block;
        text-align: center;
        border: none;
    }

    .Table001__table thead {
        display: none;
    }
}
