body {
    padding-bottom: 2rem;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #031A73;
}

ul.listy li{
    list-style-type: square;
    text-transform : uppercase;
    font-weight: 600;
    color: #031A73;
}

ul.listy{
    margin-left: 4em;
    margin-bottom: 3em;
    margin-top: 3em;
}

.szary{
    background-color: #F0F0F0;
    padding-bottom: 1em;
    padding-top: 1em;
}

.tabela{
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 4em;
}

.tabela1{
    text-transform : uppercase;
    font-weight: 600;
}

.osoba1{
    text-transform : uppercase;
    font-weight: 600;
    color: #031A73;
}

.osoba2{
    text-transform : uppercase;
    color: #979797;
    font-size: 0.9em;
}

.col-4 img{
    opacity: 100%;
}

@media(max-width:900px){
    ul.listy{
        margin-left: 0;
    }
    .tabela{
        padding-left: 0;
    }

}
.row{
    margin-right: 0;
}

.kalejdoskop div.tabela{
    margin-bottom:2em;
    margin-top:2em;
}