You can achieve this using Custom CSS: This will Hide Price for Two on the home page, items list page, and in the Cart page too
Go to: Admin > Settings > Custom CSS
Insert the following CSS Code :
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
}
And Save the Settings.