/* treść */

.start-tresc{
    color: white;
    font-family: 'Raleway', sans-serif;
    padding-top: 4vw;
    padding-left: 32px;
    /* padding-bottom: 64px; */
}

.startowa-tresc-tytul{
    font-size: 3vw;
    font-weight: 700;
    line-height: 7vh;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    margin-bottom: 24px;
}

.startowa-tresc-tresc{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 3vh;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.startowa-tresc-tresc p{
    margin: 4px 0;
}

/* schematy */

.schematy{
    display: flex;
    gap: 8px;
}

.kontrast-tlo{
    display: flex;
    align-items: center;
}

.informacje-tresc{
    /* background-color: #fff2e2;
    border-radius: 1.2rem; */
}

.informacje-tresc p:nth-child(1){
    display: block!important;
}

.strona-tresc-tresc p:nth-child(1){
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.strona-tresc-tresc p:nth-child(1) a{
    text-decoration-color: transparent;
}

.subskrypcja-tekst-rodo{
    font-size: 14px;
    margin-top: 16px;
}

.subskrypcja-tekst-rodo a{
    color: black;
}
.aktualnosci-tresc-tlo{
    width: 100%;
}