.footer-header {
  margin-bottom: 75px;
}

.footer-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.footer-header-link {
  width: 25%;
  margin-right: 20px;
  color: #AD94C7;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.footer-header-link:last-child {
  margin-right: 0;
}
.footer-header-link:hover {
  color: #AD94C7;
  text-decoration: none;
  opacity: 1;
}