Hi,
If you want to all the test is inverted, you can use the following CSS code:
.acm-hero.style-2 h1 div:first-child, .acm-hero.style-2 .h1 div:first-child {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px;
}
Also, to all the text is black, you can use the following CSS code:
.acm-hero.style-2 h1, .acm-hero.style-2 .h1 {
-webkit-text-fill-color: #181818;
-webkit-text-stroke: 0;
}
Hope this help!