

p {
  font-size: 1.1em;
}

strong {
  font-weight: 600;
}

.header-privacy {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid var(--primary-border-color);
  margin-bottom: 50px;
  padding: 0 10px;
}

.header-privacy span {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

.header-privacy h1 {
  font-size: 3em;
  max-width: 700px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
}

.header-privacy p {
  max-width: 700px;
  text-align: center;
  color: var(--primary-text2-color);
}

.section1 {
  max-width: 800px;
  margin-bottom: 50px;
  padding: 0 10px;
}

.section1 ul {
  list-style: disc;
  margin-left: 20px;
}

.section1 h2 {
  font-size: 1.8em;
  font-weight: 500;
  margin: 25px 0 5px;
}



@media all and ( max-width: 1000px ) {
  .header-privacy {
    height: 250px;
  }
  .header-privacy h1 {
    font-size: 3em;
  }
  .header-privacy p {
    max-width: 600px;
    font-size: 0.9em;
  }
}

@media all and ( max-width: 800px ) {
  h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}



@media all and ( max-width: 700px ) {
  .header-privacy span {
    font-size: 0.9em;
  }
  .header-privacy h1 {
    font-size: 2.3em;
    line-height: 40px;
  }
  .header-privacy p {
    max-width: 500px;
    font-size: 0.85em;
  }
  .section1 h2 {
    font-size: 1.5em;
  }
  .section1 p,
  .section1 ul li {
    font-size: 0.9em;
  }
}


@media all and ( max-width: 400px ) {
  .header-privacy h1 {
    margin-bottom: 5px;
  }
}
