* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/* === */

.privacy-policy-header {
  padding: 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  background: url("/assets/images/4439.jpg") no-repeat center / cover;
}

.privacy-policy-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 37vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.privacy-policy-header * {
  z-index: 1;
  color: #fff;
}

.privacy-policy-header h1 {
  font-weight: 700;
}

@media (max-width: 480px) {
  .privacy-policy-header {
    padding: 20px;
    text-align: center;
  }

  .privacy-policy-header h1 {
    font-size: 24px;
    font-weight: 600;
  }

  .privacy-policy-header p {
    font-size: 14px;
  }
}

/* === */

.container {
  padding: 20px 100px;
  box-sizing: border-box;
}

.policy-header h1 {
  font-weight: 600;
}

.policy-intro {
  margin: 20px 0;
}

.policy-section {
  margin-bottom: 20px;
}

.policy-section h2 {
  font-size: 18px;
  font-weight: 600;
}

.policy-usage ul li {
  font-size: 14px;
}

.policy-contact strong {
  font-weight: 600;
}

@media (max-width: 480px) {
  .container {
    padding: 20px;
  }

  .policy-intro p {
    font-size: 14px;
  }

  .policy-header h1 {
    font-size: 24px;
  }

  .policy-section p {
    font-size: 14px;
  }
}
