:root {
  --blank-value: 80px;
}

.cookie-policy__content p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.cookie-policy__content h3, .cookie-policy__content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.cookie-policy__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #4c4f52;
}

.cookie-policy__content h3, .cookie-policy__content h2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 100%;
  color: #2d3549;
}

.cookie-policy {
  padding: 90px 0 120px 0;
}
.cookie-policy__content {
  width: 100%;
  text-align: left;
  word-break: break-word;
}
.cookie-policy__content p {
  font-weight: 200;
  color: #4c4f52;
}
.cookie-policy__content h3, .cookie-policy__content h2 {
  font-weight: 500;
  color: #2d3549;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.cookie-policy__content h2:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-policy {
    padding: 60px 0 120px 0;
  }
}