/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h1{
        font-size: 23px;
    }
    .header-logo-text{
        font-size: 32px;
    }
    .page-title-bottomtext{
        font-size: 12px;
    }
    .page-ul-container{
        max-width: 220px;
    }
    .page-ul{
        font-size: 14px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 15px;
    }
    p{
        font-size: 16px;
    }
    .page-ul-container{
        width: 60%;
    }
    

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    h2{
        font-size: 30px;
    }
    .uzywane-item{
        width: auto;
        max-width: 48%;
    }
    .uzywane-item img{
        max-height: 500px;
    }
    .legenda{
        font-size: 0.6rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .page-bio{
        flex-direction: row;
    }
    .bio-card{
        width: 30%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}