@media screen and (max-width:911px) {
    h2{
        font-size: 24px !important;
    }
    p{
        font-size: 16px !important;
    }
    .baner {
        flex-direction: column;
        height: auto;
    }
    .baner .tekst{
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }
    .baner .tekst .kreska{
        margin: auto;
    }
    .baner .zdjecia{
        width: 100%;
    }
    .barometr .tekst {
        width: 100%;
    }
    .gdzie {
        height: auto;
        flex-direction: column;
    }
    .gdzie .zdjecie {
        width: 100%;
    }
    .gdzie .tekst {
        width: 100%;
        padding-right: 0%;
        text-align: center;
        margin-bottom: 5%;
    }
    .gdzie .tekst .kreska{
        margin: auto;
    }
    .informacje {
        width: 100%;
        padding: 2.5%;
        background-color: white;
        height: auto;
        margin-top: 5vh;
    }
    .informacje .kafle {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .informacje .kafle .kafel{
        width: 100%;
        height: 35vh;
        margin-bottom: 2.5%;
    }
    .informacje .kafel .tekst h3 {
        font-size: 18px;
    }
    .informacje .kafel .kropla {
        height: 60px;
        left: 0%;
    }
    .informacje .kafel .zdj img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .gdzie .zdjecie .zdj .kropla {
        height: 60px !important;
        top: 7%;
    }
    .informacje .kafel .tekst i {
        top: -65%;
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    .barometr .ilosc .grupa {
        width: 50%;
        text-align: center;
    }
    .barometr .ilosc {
        flex-wrap: wrap;
    }
    .barometr {
        height: auto !important;
    }
    .tablescroll{
        overflow-x: scroll;
    }
    .stopka .stopka_sekcja {
        width: 100%;
    }
    .stopka {
        flex-direction: column;
    }
}