.offer-list {
    display: inline-block;
    margin: 10px 0;
    padding: 17px 50px 17px 50px;
    color: white;
    font-size: 15px;
    letter-spacing: 3px;
    border-radius: 20px;
    position: relative;
    list-style: none;
}

.offer-list:before {
    position: absolute;
    content: '• ';
    width: 20px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 20px;
    top: 0;
    padding: 14px 0 17px 17px;
}

.offer-ul {
    list-style: none;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-25%);
    padding: 0;
    margin-top: 20px;
}

.bow {
    margin-top: 40px;
    margin-bottom: 20px;
}

.background-offer {
    background-image: url("../img/offerback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    background-position: bottom;
    }

.offer {
    position: absolute;
    z-index: 555;
    bottom: 150px;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 992px) {
    .offer-ul {
        text-align: center;
        padding-left: 0;
        margin: 0;
        transform: translateX(0);
    }

    .offer-list {
        padding: 17px 17px 17px 35px;
        list-style: none;
    }
}

.brush-bottom-right-offer {
    background-image: url("../img/wellleangebotunten.png");
    width: 30%;
    height: 30vh;
    bottom: 0;
    right:0;
    position: absolute;
    z-index: 40;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: bottom right;
}


.brush-top-left-offer{
    background-image: url("../img/welleangebotoben.png");
    width: 30%;
    height:30vh;
    top: 0;
    left:10px;
    position: absolute;
    z-index: -1;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: top left;
}