.background {
  width: 100%;
  height: 50vh;
  background-image: url("../images/contact/pawel-czerwinski-SawCLzAiew8-unsplash.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  padding-bottom: 20px;
}
.background div h1 {
  color: #ffffff;
  font-size: 50px;
  font-family: Futura-Medium;
  letter-spacing: 3px;
  padding-bottom: 3rem;
}

.background div {
  width: 35%;
  margin: 0;
}

.background div p {
  color: white;
  font-size: 18px;
}

.privacy {
  background: white;
  margin: 0 auto;

  width: 100%;
  transform: translate(0px, -170px);
  display: flex;
  flex-direction: column;
}

.privacyData {
  width: 90%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: left;
  text-align: justify;
}
