.inner_table_head{
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
}
ul.table_line { 
	list-style-type: none; /* remove default bullet */
  padding-left: 1em;
}
.table_line li {
	font-size: 16px; /* match the icon width */
  /* match the icon width */
  line-height: 2;
}
.table_line li::before {
	font-family: FontAwesome;
	color: orangered;
    content: "\f058"; /* escaped unicode for the icon */
    float: left;
    width: 1.6em; /* icon width + space */
}
.table_line li strong {
  color: orange;
}