.privacy {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0 27px;
  width: 100%;
}
.privacy .font-paragraph {
  width: 100%;
}
.underlined {
  text-decoration: underline;
  text-decoration-color: inherit;
}
.privacy__content {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 45px 40px;
  max-width: 1310px;
  width: 100%;
  margin-bottom: 35px;
}
.privacy__title {
  font-weight: 500;
}
.privacy__text {
  color: var(--tpl-body-primary-color);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.privacy__list {
  margin: 0;
  padding-left: 24px;
}
@media screen and (min-width: 758px) {
  .privacy {
    padding: 0 51px;
  }
}