Please add

var fs_2 = document.querySelectorAll(".fs-2");

 

 for(i=0; i < fs_2.length; i++) {
    fs_2[i].style.color = "#ECECEC";
   
}

to your Javascript as it's not added.