.privacy {
  display: flex;
  background: url("/images/services-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.privacy header {
  background: var(--color-black);
}

.privacy section {
  height: inherit;
  overflow: unset;
}

.privacy section .container {
  margin: 15vh auto;
}

.privacy h2 {
  font-size: 32px;
}

.privacy h3 {
  font-size: 20px;
}

.privacy ul li {
  margin-bottom: 5px;
}

.privacy ul li::marker {
  color: var(--color-primary);
}

.privacy .footer {
  position: relative;
  left: 0;
}
