.diferentiatori span.fas  { 
    min-width: 30px; 
    color: #01a85b!important; 
    font-size: 1.2em; 
    text-align: center;
} 

@media all{ 
  .fa-phone-alt:before { 
    content: "\f879";
  } 

  .fa-check:before { 
    content: "\f00c";
  } 

  strong { 
    font-weight:  bolder;
  } 

  .fa-truck:before { 
    content: "\f0d1";
  } 

  .fa-map-marker-alt:before { 
    content: "\f3c5";
  } 

  .fa-road:before { 
    content: "\f018";
  } 

  .fa-rotate-left:before,.fa-undo:before { 
    content: "\f0e2";
  } 

  .fa-undo:before { 
    content: "\f0e2";
  } 
}     