.cont {
  display: flex;
  justify-content: center;
  background: url(../img/privacy.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.cont .contact-title {
  margin: 18rem auto;
}

.cont .contact-title h2 {
  font-size: 3.8rem;
  margin: 0 0 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
  line-height: 1.5;
}

.cont .contact-title h3 {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
}

.body {
  margin: 6rem 0 0;
  padding: 0 1rem;
}

.body p {
  font-size: 1rem;
}

.body b {
  color: #3f4672be;
}

.body ul {
  color: #6f6f6f;
}

.body h2 {
  text-align: center;
  color: #3e467b;
}

.body .lead {
  text-align: center;
}

.body .text {
  text-align: center;
  color: #ff4500;
}

.body h3 {
  font-size: 1.4rem;
  text-align: center;
  color: #3e467b;
}

.terms-content {
  margin: 1rem 0 0;
  padding: 0 1.5rem;
}

.terms-content h4 {
  text-align: left;
  color: #ff4500;
}

.terms-content ul {
  margin: 0.5rem 1rem;
}

.terms-content #color {
  margin: 0 0 0 1rem;
  color: #3e467b;
}

.terms-content #type-of-data {
  margin: 0 0 0 1rem;
}

.terms-content #type-of-data ul {
  margin: 0 0 0 2rem;
}

.terms-content #type-of-data .usage p {
  margin: 0.5rem 0;
}
