.job-template-files .title{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
ul.template-file-list{
  list-style: none;
  padding: 0px;
}
ul.template-file-list li.template-file:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f15b";
  color: #039be5;
}