a {
  color: #AF9C12;
  text-decoration: none;
}

.logo {
  margin-top: 7rem;
  margin-bottom: 2.5rem;
  display: block;
}

.logo img {
  width: 153px;
  height: 162px;
}

.text-center {
  text-align: center;
}

ul.intro li {
  color: #AF9C12;
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
  font-size: 20px;
  font-style: italic;
}

div.features {
  padding: 9rem 0 6rem 0;
  background: #27292c;
  color: white;
}

div.features ul {
  margin-bottom: 0;
  margin-left: 20%;
  list-style: none;
}

div.features ul li {
  margin-bottom: 3rem;
  font-size: 1.68rem;
}

div.features ul li span.icon-gear {
  color: #AF9C12;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

div.footer {
  margin-top: 2.5rem;
}
div.footer p {
  font-size: 1.2rem;
}

