/* Hide Contact section from Privacy Policy page */
.shopify-policy__body .rte h2:last-of-type,
.shopify-policy__body .rte h2:last-of-type ~ p {
  display: none;
}