html,
body {
  font-family: "Helvetica Neue";
  font-size: 14px;
  line-height: 22.4px;
}

ol {
  list-style: none;
  counter-reset: li;
  padding: 0;
}

li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.terms-conditions__title {
  font-family: "Helvetica", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 96px;
  margin: 0 0 60px 0;
}

.terms-conditions__container {
  max-width: 899px;
  width: 100%;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list-item__title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.list-item__subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.list-item__content {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

@media only screen and (max-width: 992px) {
  .terms-conditions__title {
    font-size: 76px;
  }
  .container {
    padding: 0 24px !important;
  }
}