.offerte-bol-containter {
    display: block;
    max-width: inherit !important;
}
.offerte-bol-element {
    break-inside: avoid-column;
    margin: 0 0 60px
}
.offerte-bol-img img{
    width: 400px;
}
@media(min-width: 1024px) {
    .offerte-bol-containter {
        columns:3;
        column-gap: 30px;
    }
    .offerte-bol-containter:has(> h4.no-items){
        columns: 1;
    }
}