.strona-tresc{
    background-color: transparent;
    margin-bottom: 32px;
}

/* 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: #003871;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}
.aktualnosci-tresc-data:before{
    content: url(../grafika/data.png);
    display: block;
    position: relative;
    bottom: -2px;
    margin-right: 8px;
}
/**/

/* Treść */
.strona-tresc-tresc{
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #003871;
    font-family: "Playfair Display", serif;
}
.informacje-komunikat{
    margin-top: 16px;
    color: #003871;
    font-family: "Playfair Display", serif;
}
/**/

/* 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;
    }
}