.strona-tresc{
    background-color: white;
    padding: 0px;
}

.strona-tresc > article{
    padding: 0px 24px;
    position: relative;
}

/* 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: #757575;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
}
/**/

/* Tytuł */
.artykul-tytul, .informacje-tytul{
    padding: 0 24px;
    border-bottom: 0px none transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #397504;
    margin: 8px 0px;
}
.wyszukiwarka-tytul{
    border-bottom: 0px none transparent;
}
/**/

/* Treść */
.strona-tresc-tresc, .informacje-komunikat{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #636363;
}
.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;
    }
    .artykul-tytul, .informacje-tytul, .strona-tresc > article{
		padding-left: 0px;
		padding-right: 0px;
	}
}