@media(max-width: 768px) {
    th {
        display: none;
    }

    td {
        display: block;
        padding: 0.75rem 1rem;
    }

    td:first-child{
        padding-top: 1rem;
    }

    td:last-child{
        padding-bottom: 1rem;
    }

    td::before {
        color: var(--shade-1);
    }

    td:nth-of-type(1)::before {
        content: "Sezon: ";
    }
    
    td:nth-of-type(2)::before {
        content: "Rozmiar pliku (ZIP): ";
    }

    /* td:nth-of-type(3)::before {
        content: "Rozmiar pliku: ";
    } */

    td:nth-of-type(3)::before {
        content: "MD5: ";
    }

    td:nth-of-type(4)::before {
        content: "SHA256: ";
    }

    td:nth-of-type(5)::before {
        content: "Info: ";
    }

    td:nth-of-type(6)::before {
        content: "Pobierz: ";
    }
}