.delivery-Product{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.delivery-Product__Item{
    flex-grow: 1;
    flex-basis: 400px;

}