/* Initial state of current_clients_info_number_of_clients span */
#current_clients_info_number_of_clients span {
  display: none;
}

/* Initial state of current_clients_info_number_of_countries span */
#current_clients_info_number_of_countries span {
  display: none;
}

/* Final state of current_clients_info_number_of_clients span. 
   We can modify this value to dynamically change the data on the pages. 
*/
#current_clients_info_number_of_clients::after {
  content: "140 000"
}

/* Final state of current_clients_info_number_of_countries span.
   We can modify this value to dynamically change the data on the pages. 
*/
#current_clients_info_number_of_countries::after {
  content: "170+"
}