body {
    margin: 20px;
}

.container {
    max-width: 100%;
}

.table img {
    width: 75px;
    height: auto;
}


.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .table-responsive td[data-titulo] {
        display: block;
        text-align: right;
        font-weight: bold;
        border: none;
        padding: 5px;
    }

    .table-responsive td[data-titulo]::before {
        content: attr(data-titulo);
        float: left;
        font-weight: normal;
        color: #6c757d;
    }

    .table-responsive td img {
        display: block;
        margin: 0 auto 10px;
    }

    .table-responsive td {
        display: block;
        width: 100%;
        border: 1px solid #dee2e6;
        padding: 10px;
    }

    .table-responsive th {
        display: none;
    }
}
