Which is setting the colors for all links on any page with that class.
You may want to check in Elementors settings whether that can be changes / removed.
If not you will need this CSS to overwrite it:
.site-info a {
color: var(--contrast) !important;
}