/* Globals */
* {
  box-sizing: border-box;
}

.section {
  margin-bottom: 8px;
}

.inner {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 30px 20px;
}

.section-title {
  font-size: 26px;
  font-weight: var(--weight-bold);
  margin: 16px 0px;
  text-align: center;
  line-height: 1.05;
}

.group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul {
  margin: 2px 0 0 0;
  padding: 0 0 0 20px;
}

/* Privacy-policy */

.btn-back {
  display: flex;
  align-items: center;
  font-size: var(--text-sm);
}

.btn-back--image {
  rotate: 90deg;
  margin-left: 4px;
}

.title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.content {
  font-size: 17px;
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
}