There is no problem with your certs, before web servers and clients supported SNI the only way to serve several certificates for different domains were to use the certificate attached to 1 ip, so to have 3 different certificates you should have 3 different ips. With SNI you can have multiple certificates attached to just 1 ip.
In this case, if a client tries to connect to your web server and this client doesn’t support SNI, it will receive the default certificate configured in your server (with default I mean the first certificate your web server loads when starting) so in your case it receives the cert covering bestnis.civicatalyst.org.
Only older clients don’t support SNI so you should not be worried about it.