.footer-wrapper {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
}

.footer-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer-media span {
  margin-right: 10px;
}
.footer-media a {
  color: #000;
  margin-right: 10px;
}
.footer-media a:last-child {
  margin-right: 0;
}
.footer-media a:hover {
  color: #000;
}
.footer-media a i {
  font-size: 24px;
}/*# sourceMappingURL=footer.css.map */