Collection: Rayco

document.querySelectorAll('.gf-label').forEach(el => { if (el.textContent.trim() === "Forestry") { el.textContent = "Sylviculture"; } });