This section is to highlight the special text or offer in rotating form.
In marquee text, [text] has a different displayed style. The default text will be white and the text border will be black.
If you want to change the [text] style, you can add CSS for this section in CUSTOM CSS.
This is an example of CSS to change:
.marquee-text .outline-text {
color: red;
background: green;
// If you want to remove the black text stroke, add this line.
-webkit-text-stroke: transparent;
}