
@media only screen and (max-width: 600px) {
    .stud-programy-container{
        font-size: small;
    }

    .stud-programy-table {
        width: 100%;
        display: table;
        table-layout: auto;
    }
}