/* Custom Styles */
.textav ol, .textav ul {
  margin: 2rem 0;
}

.textav li {
  margin: 8px 0;
}

.textav .custom-icon ul, .textav .custom-icon li {
  list-style: none;
}

.textav .custom-icon li:before {
  content: '\f007';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: left;
  margin-left: -2rem;
  color: {{ settings.color_primary }};
}
