#navbar {
  position: initial;
}
.privacy.wrapper {
  padding: 80px 25%;
}
.privacy-title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 25%;
  margin-top: 100px;
}
.privacy h4 {
  /* font-family: Metropolis;
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    color: #adadad; */
  margin-top: 55px;
}
.privacy h5 {
  margin-top: 25px;
  color: #adadad;
}
.privacy p {
  /* font-family: Raleway;
    font-size: 16px; 
    color: #a2a2a2;*/
  padding-top: 15px;
}

.privacy ul,
.privacy ol {
  margin-top: 15px;
}

/* .privacy li {
    font-size: 16px;
    font-family: Raleway;
    color: #a2a2a2;
  } */

.cookie-settings-container {
  text-align: center;
  margin-bottom: 80px;
}

.privacy a {
  color: #fff;

  /* Handling long words and URLs */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.privacy a:hover {
  color: #a2a2a2;
  text-decoration: none;
}

.privacy hr {
  border-color: #a2a2a2;
  margin-top: 25px;
}

/* position */
.center {
  text-align: center;
}

/* ---------- MEDIA QUERIES ---------- */

@media (max-width: 992px) {
  .privacy.wrapper {
    padding: 80px 15%;
  }
  .privacy-title {
    padding: 0 15%;
  }
}
@media (max-width: 576px) {
  .privacy.wrapper {
    padding: 80px 10%;
  }
  .privacy-title {
    padding: 0 10%;
  }
  .privacy-title h1 {
    font-size: 2rem;
  }
  /* .privacy-title h1 {
      font-size: 30px;
      line-height: 42px;
      font-weight: 300;
    }*/
  .privacy h4 {
    /* font-size: 22px;
      line-height: 30px; */
    margin-top: 40px;
  }
}

@media (max-width: 420px) {
  .privacy.wrapper {
    padding: 80px 30px;
  }
  .privacy-title {
    padding: 0 15px;
  }
  .privacy-title h1 {
    font-size: 1.9rem;
  }
  .privacy h4 {
    /* font-size: 18px;
    line-height: 24px; */
    margin-top: 40px;
  }
  .privacy p {
    /* font-size: 14px;
    line-height: 20px; */
    padding-top: 10px;
  }
  /* .privacy li {
      font-size: 14px;
    } */
}
@media (max-width: 400px) {
  .privacy-title h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 300px) {
  .privacy-title h1 {
    font-size: 1.6rem;
  }
}
