#other div {
  margin: 0 auto;
  width: 80%;
}
#other div h3 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #A7DA91;
  padding-bottom: 15px;
  font-weight: 100;
}
#other div h3 a {
  text-decoration: none;
  color: black;
}
#other div h3 a:hover {
  color: #505050;
}
#other div h3 a:hover i {
  color: #bbdbad;
}
#other div i {
  padding-right: 10px;
  color: #A7DA91;
}
#other div ul li {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
#other div ul li a {
  text-decoration: none;
  color: black;
}
#other div ul li a:hover {
  color: #505050;
}
#other div ul li a:hover i {
  color: #fad6dc;
}
#other div ul li i {
  color: #FFBAC6;
}

.is-dark #other div ul li a, .is-dark #other div ul li a:hover, .is-dark #other div h3 a {
  color: #ffffff;
}/*# sourceMappingURL=sitemap.css.map */