Hello,
You can edit the file in your theme, for prices. I can only give example of the default theme like go to /themes/YOUR-THEME/templates/catalog/_partials/product-prices.tpl
Find the discount line and round it using below function.
Tools::ps_round($product.discount_percentage_absolute, 0)
Best of luck 😊