.strona-tresc{
    background-color: white;
    padding: 32px;
    position: relative;
    border: 1px solid #f0f0f0;
}

/* data/dział  */
.aktualnosci-tresc-dzial, .aktualnosci-tresc-data span:nth-child(2), .informacje-tresc-dzial{
    display: none;
}
.aktualnosci-tresc-data{
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    color: #757575;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}
/**/

/* Treść */
.artykul-tytul, .informacje-tytul{
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 1.875em;
    color: #214306;
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 0px none transparent;
}
.strona-tresc-tresc, .strona-komunikat{
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 22px;
    font-weight: 400;
    color: #636363;
}
.informacje-komunikat{
    margin-top: 16px;
}
.strona-tresc img{
    max-width: 100%
}
/**/

.strona-tresc table{
    max-width: 100%;
}

/* Mobilka */
@media all and (min-width: 0px) and (max-width: 639px) {
    .modul-start-tytul, .h1-tytul {
        padding-right: 0px!important;
    }
}

@media all and (min-width: 320px) and (max-width: 1023px) {
    .strona-tresc{
        padding: 16px;
    }
    .modul-start-tytul, .h1-tytul {
        padding-right: 164px;
    }
}