@media only screen and (min-width: 320px) and (max-width: 768px){
    table td {
        padding: 5px;
        font-size: 12px;
        text-align: center;
    }
    table th {
        padding: 5px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
    table th b {
        padding: 5px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
    table td b {
        padding: 5px;
        text-align: center;
        font-size: 12px;
    }
    table tr {
        height: fit-content;
    }
}