.OFFERT-BAR {
    margin: auto;
    background-color: black;
}

.OFFERT-BAR-TEXT {
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
}

@media screen and (max-width:425px) {
    .OFFERT-BAR-TEXT {
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .OFFERT-BAR-TEXT {
        margin: auto;
        text-align: center;
        font-size: 18px;
    }
}

.OFFERT-SMALL-IMAGE {
    width: 80%;
    align-self: center;
}

.test-bramy {
    display: flex;
    min-height: 40%;
    width: 100%;
    background: url(../Images/brama.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:425px) {
    .test-bramy {
        height: 150px;
    }
}

.test-ogrodzenia {
    display: flex;
    min-height: 40%;
    width: 100%;
    background: url(../Images/ogrodzenia_oferta.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:425px) {
    .test-ogrodzenia {
        height: 150px;
    }
}

.test-balustrady {
    display: flex;
    min-height: 40%;
    width: 100%;
    background: url(../Images/balustrady_oferta.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:425px) {
    .test-balustrady {
        height: 150px;
    }
}

.test-uslugi {
    display: flex;
    min-height: 40%;
    width: 100%;
    background: url(../Images/uslugi_spawalnicze.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:425px) {
    .test-uslugi {
        height: 150px;
    }
}

@media screen and (max-width:425px) {
    .test-ogrodzenia,
    .test-uslugi,
    .test-balustrady,
    .test-bramy {
        min-height: 20%;
        padding: 15px 0 15px 0;
    }
}

.test2 {
    margin: auto;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: white(0, 0, 0, 0.411);
    text-shadow: 5px 5px 5px black;
}

.OFFERT-TEXT {
    display: flex;
    max-width: 100%;
    margin: auto;
    flex-grow: 1;
    flex-shrink: 1;
    background: rgb(250, 240, 240);
    padding: 15px 0 15px 0;
}

@media screen and (max-width:1218px) {
    .OFFERT-TEXT {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        min-height: 1100px;
    }
}

@media screen and (max-width:768px) {
    .OFFERT-TEXT {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        min-height: 1500px;
    }
}

@media screen and (max-width:425px) {
    .OFFERT-TEXT {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        min-height: 1300px;
    }
}

.OFFERT-POSITION-TEXT {
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 20px;
    min-height: 700px;
    width: 100%;
    /* border: solid 1px red; */
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 1;
    box-shadow: 5px 5px 10px 5px #888888;
}

.OFFERT-POSITION-BUTTON:hover {
    background: rgb(88, 87, 87);
}

@media screen and (max-width:1218px) {
    .OFFERT-POSITION-TEXT {
        max-width: 45%;
        margin-bottom: 15px;
        min-height: 100%;
    }
}

@media screen and (max-width:768px) {
    .OFFERT-POSITION-TEXT {
        max-width: 100%;
        margin-bottom: 15px;
        min-height: 100%;
    }
}

.OFFERT-PARAGRAPH {
    color: black;
    margin-top: 15px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width:425px) {
    .OFFERT-PARAGRAPH {
        font-size: 12px;
    }
}

.OFFERT-POSITION-BUTTON {
    text-decoration: none;
    background: black;
    border: 4px solid rgb(255, 255, 255);
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    transition: 0.5s;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 5px 15px;
}