Gorgeous site!
It is PHP Version 7.3.33
Was this a recent update?
This may help identify what you need to find also: Put this snippet at the top of the page with the issue.
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
I am sure there are more experienced peeps on here who can help you better than I can if they can see the error.