.privacy-wrap {
  line-height: 1.6;
  margin: 0;
  background-color: #f6f7f8;
  padding: 110px 80px 80px 80px;
}

h1 {
  font-size: 61px;
  font-weight: 700;
  line-height: 73.2px;
}

ul {
  margin: 10px 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}

.privacy-a {
  color: #29abe2;
  text-decoration: none;
}

@media (max-width: 640px) {
  .privacy-wrap {
    padding: 110px 9px 80px 9px;
  }

  h1 {
    font-size: 47px;
  }
}

@media (max-width: 380px) {
  .policy-content {
    width: 100%;
    padding: 12px 4px;
    text-align: center;
    position: relative;
  }

  .policy-content.active {
    text-align: center;
  }
}