footer {
  position: relative;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #402293;
  padding: 25px 0;
}

footer .footer-links a {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #402293;
  text-decoration: none;
  padding: 0 10px;
  transition: color ease-in-out 0.15s;
}

footer .footer-links a:hover {
  color: #992be0;
}

footer .container {
  padding: 25px 0;
}