.oferta-kontener {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

.ofer {
    width: 49%;
    display: flex;
}
.zdj{
    margin-top: 0px;
}
.oferta-tekst{
    margin-top: 0px;

}
.oferta-tekst {
    margin-top: 0px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.tekst-sdf {
    margin: 40px 0px;
}
.oferta-tekst {
    margin-top: 0px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.oferta-tekst p {
    margin: 0;
    margin-bottom: 10px;
    text-align: justify;
}
.zdj{
    height: 100% !important;
}
h2.oferta-title {
    margin-bottom: 30px;
}
.oferta-tekst {
    padding: 20px 5px;
}

.przerywnik{
    background-attachment: initial !important;
}
.nakladk{
    background-color: #00000000;
}

.nagl {
    position: absolute;
    bottom: 20px;
    left: 50px;
}


@media screen and (max-width: 911px){
    .ofer {
        flex-direction: column;
    }
    .zdj {
        margin: auto;
        padding: 0px;
        width: 100%;
    }
}

