.footer {
  margin-top: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links li {
  display: flex;
  align-items: center;
  font-size: .9em !important;
}

.footer-links li span {
  margin: 0 4px;
  color: #888;
}

.footer-links a {
  text-decoration: none;
  color: #888 !important;
  font-size: .9em !important;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #FDFDFD !important;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 1.2em 2em 2.4em;
  clear: both;
}
