 body {
      font-family: Arial, sans-serif;
      line-height: 1.7;
      color: #333;
    }
    .privacy-wrapper {
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
    }
    .privacy-heading, .privacy-subheading {
      font-weight: 600;
    }
    .privacy-heading {
      margin-bottom: 20px;
    }
    .privacy-subheading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 1.3rem;
      color: #2b2b2b;
      border-bottom: 2px solid #ddd;
      padding-bottom: 6px;
    }
    .privacy-text {
      margin-bottom: 15px;
    }
    .privacy-list {
      padding-left: 20px;
    }
    @media (max-width: 767px) {
      .privacy-wrapper {
        padding: 20px 15px;
      }
    }

    .footer-section {
  background-color: #fff;
  color: #333;
}

.footer-links li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.footer-links li a:hover {
  color: #00a859;
  text-decoration: underline;
}

.social-icons i{
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
