Try below: Should work. Make sure to verify all screens. 🙂
/Customer - Hide Price for two/
div.block-content.block-content-full.restaurant-info >
div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted >
div.col-6.p-0.text-center {
display: none !important;
}
div.block-content.block-content-full.restaurant-info >
div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted {
justify-content: flex-start !important
}
div.mt-5.pb-15.w-100 >
div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted >
div.col-6.p-0.text-center {
display: none !important;
}
div.mt-5.pb-15.w-100 >
div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted {
justify-content: flex-start !important
}
/Customer - Hide Price for two/