/* Add here all your CSS customizations */
ul.kb-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.kb-list > li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}
ul.kb-list > li:before {
  font-family: "FontAwesome";
  content: "\f14a";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  color: #6e5242;
}
@media (max-width: 480px) {
  #about img {
    width: 100%;
  }
}