Hi there,
Thanks for writing in! It’s because your text+anchor markup is a bit messy and they are overflowing each other.
However you can add this under Custom > CSS in the Customizer to fix this :
.home .white-txt-drk-bg a {
z-index: 99;
}
Hope this helps.
Cheers!