At mobile resolution the nested tbody, tr and td are not display block but the nested table is resulting in a left aligned badge rather than it being centered
https://zu.m.wikipedia.org/wiki/Antsirabe
Developer notes
I would suggest adding the following generic rule along with the others that apply in the media query that converts table elements to display block.
table tbody, table tr, table td { display: block; }