.privacy-section {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.privacy-section h1 {
  color: var(--red);
  font-size: 32px;
}
.privacy-section p {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 768px) {
  .privacy-section p {
    font-size: 14px;
    line-height: 20px;
  }
}
.data-privacy {
  width: 100%;
  max-width: 600px;
}
