.strona-tresc{
    background-color: white;
    padding: 16px;
}

/* data/dział  */
.aktualnosci-tresc-dzial, .aktualnosci-tresc-data span:nth-child(2), .informacje-tresc-dzial{
    display: none;
}
.aktualnosci-tresc-data{
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: flex;
    border-bottom: 1px solid rgb(230, 230, 230);
}
/**/

/* Treść */
.strona-tresc-tresc{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #353535;
}
.informacje-komunikat{
    margin-top: 16px;
}
/**/

/* Mobilka */
@media all and (min-width: 0px) and (max-width: 639px) {

}

@media all and (min-width: 320px) and (max-width: 1023px) {
    .strona-tresc{
        padding: 16px;
    }
}