Reduze text size in annoucement bar mobile

Hallo everyone together,

The text from the annoucement bar is not fully displayed on mobile devices and you cannot see the entire voucher code or something like that.
Is there a way to reduce the text size a bit so that the text can be displayed in its entirety?

Please help. I am desperate. I would be very grateful.

Debutify Theme

Shop URL: andwear.com

@mb_18 - if you want to adjust text size in mobile, then please add given css to the very end of theme.scss file and check , adjust number 12 as per need

@media screen and (max-width:590px){
#announcement p {font-size: 12px;}
}