#BuyWithoutSpending .wrapper-obmen {
    padding: 30px 70px 30px 70px;
}
#BuyWithoutSpending ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    
}
#BuyWithoutSpending ul li{
    display:flex;
    flex-direction:column;
    align-items:center;
    max-width:250px;
}
#BuyWithoutSpending p {
    line-height: normal;
    margin-top: 10px;
    margin-bottom:0;
}
#BuyWithoutSpending img {
    margin:20px 0;
}

@media (max-width: 939px) {
    #BuyWithoutSpending ul li {
        margin:0 auto;
    }
}
@media (max-width:689px) {
    #BuyWithoutSpending h2 {
        text-align:center;
    }
    #BuyWithoutSpending ul li {
        padding-top:20px;
    }
}