Hi!
It’s not the best solution, but you can hide this block on all pages with next code: .custom-box-about {display:none;} and than show it on selected pages with this code – .page-id-44 .custom-box-about {display:block;} (set specific ID for pages you need). Use custom CSS plugin or child theme to add this CSS.
Child themes tutorial – here
Custom CSS plugin (this for example, you can use anyone) – here