.delivery_list {

}
.delivery_item {
    /*position: relative;*/
    /*padding: 100% 0 0 0;*/
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    padding: 32px;
    color: white;
    background-color: var(--color-secondary, #F1F0EC);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.delivery_item_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}
.delivery_item_preview {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
}