.footer-sub-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #000000;
  color: #ffffff;
}

.footer-sub-links a {
    text-decoration: underline;
    color: #ffffff !important;
  }

.footer-sub-links a:hover {
    color: #007ff6;
    text-decoration: none;
  }

  .privacy-policy-content {
    text-align: left;
    max-width: 800px;
    width:90%;
    margin: 2rem auto 0;
  }