.preim-items .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.preim-items .item-pr .panel{
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    min-height: 378px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 16px;
}
.preim-items .item-pr .panel .bg-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    z-index: 1;
}
.preim-items .item-pr .panel .desc-block{
    position: relative;
    z-index: 5;
    background-color: #F1F1F1;
    padding: 12px;
    border-radius: 12px;
    max-width: 100%;
}
.preim-items .item-pr .panel .desc-block .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.preim-items .item-pr .panel .desc-block .desc{
    font-size: 14px;
}
.preim-items .item-pr .panel.type-small .image{
    text-align: center;
    margin-bottom: 16px;
}
.preim-items .item-pr .panel.type-small .image img{
    width: 152px;
    max-width: 100%;
}
.bg-turquoise{
    background-color: rgb(176, 219, 217)!important;
}
.bg-rosegold{
    background-color: rgb(255, 223, 199)!important;
}
@media (min-width: 576px){
    .preim-items .item-pr .panel .desc-block{
        width: 280px;
    }
}
@media (min-width: 1400px){
    .preim-items .item-pr .panel.type-small .image{
        margin-bottom: 30px;
    }
}
@media (min-width: 1600px){
    .preim-items .row{
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }
}
@media (min-width: 1800px){
    .preim-items .item-pr .col-xl-4{
        width: 30%;
    }
    .preim-items .item-pr .col-xl-2{
        width: 20%;
    }
    .preim-items .item-pr .panel.type-small .image{
        margin-bottom: 50px;
    }
}