.cennik {
    width: 95%;
    margin: auto;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
}
.cennik .sekcja{
    width: 80%;
    margin: auto;
} 
.cennikbaner {
    height: 37vh;
    width: 100%;
    position: relative;
     margin-top: 0vh !important;
}
.cennikbaner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cennikbaner h2{
    left: 3%;
    bottom: 5%;
    font-size: 60px !important;
    color: black;
}
.cennik .sekcja{
    margin-bottom: 5vh;
}
.cennik td, .cennik th{
    border: solid 3px white !important;
    width: 33%;
}
.cennik .sekcja h2{
    font-size: 26px;
    color: black;
    text-align: center;
}

.cennikbaner .tekst{
    text-align: center;
} 
.cennik .sekcja th{
    font-weight: bold;
    background-color: var(--zolty);
    color: black !important;
    font-size: 18px;
    text-align: center !important;
}

#s4 td, #s4 th{
    width: 50% !important;
}
#s4 tr td:nth-child(2){
    text-align: center;
}
.sekcja tr td:nth-child(2),.sekcja tr td:nth-child(3){
    text-align: center;
}
.cennik .sekcja tr td:nth-child(1){
    font-weight: bold !important;
}

.page-template-cennik .warto {
    margin-top: 0px !important;
}































@media screen and (max-width: 911px){
    .cennik .sekcja {
        width: 100% !important;
        font-size: 14px;
        overflow-x: scroll;
    }
    .cennik .sekcja th {
        font-size: 16px;
    }
    .cennik td{
        font-size: 14px;
        vertical-align: middle;
    }
    .sekcja table {
        min-width: 94vw !important;
    }
    .przerywnik.cennikbaner h2{
        font-size: 5vh !important;
    }

}