﻿.privacy-content {
  border-radius: 30px;
  height: 5800px;
  background: #c8e7fa;
}

.privacy-block {
  align-content: center;
  height: 100%;
  width: 100%;
}

.privacy-block__header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #333;
  text-align: center;
  margin: 0;
}

.privacy-block__row {
  padding: 10px 20px;
}

.privacy-block__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}

.privacy-block__text_bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 143%;
}

.privacy-block__text_h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}
