How can I add more padding to my policy pages in Sense theme?

How can I increase the bottom padding below the text on my policy pages?

https://new-wave-ceramics1234.myshopify.com

@newwaveceramics add below css into base.css file

.shopify-policy__body {
    padding-bottom: 80px;
}

Thanks!