.terms__title {
  margin-bottom: 64px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .terms__title {
    font-size: 26px;
  }
}
.terms__article:not(:last-child) {
  margin-bottom: 64px;
}

@media (max-width: 900px) {
  .list {
    font-size: 16px;
  }
}