.podatek {
        max-width: 1150px;
    margin: 0 auto;
    padding-top: 2vh;
}
.podatek__opis {
    font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
    line-height: 1.5;
    margin: 1vw 7vw 2vw 7vw;
    font-size: 17px;
}

@media(max-width: 1100px) {
    .podatek__opis {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    margin: 1vw 7vw 6vw 7vw;
}
}

@media(max-width: 500px) {
    .podatek__opis {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    margin: 1vw 7vw 6vw 7vw;
}
}