.agreement {
  padding: 0 120px;
  color: var(--text-secondary-color);
}

.agreement > h1 {
  font-size: 32px;
  font-family: var(--font-family-primary);
  font-weight: 700;
}

.agreement h2 {
  font-size: 24px;
}
.list-group.agreement__list {
  list-style: none;
}

.agreement__divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: var(--divider-color);
}

.agreement > p {
  margin-top: 24px;
}

.agreement__list {
  gap: 24px;
}

.agreement__list > li > p {
  margin-top: 12px;
  margin-left: 24px;
}

.agreement__list > li:nth-child(8) > .agreement__sublist > .agreement__sublist {
  margin-top: 12px;
}

.agreement__sublist {
  margin-top: 24px;
  margin-left: 24px;
  gap: 12px;
}

.agreement__decor-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.agreement__decor-list + p {
  margin-top: 12px;
}

.agreement__decor-list br {
  content: "";
  display: block;
  margin-top: 12px;
}

.agreement__decor-list_type_dot {
  list-style: disc;
}

@media (max-width: 576px) {
  .agreement > h1 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .agreement h2 {
    font-size: 22px;
  }
}
