body,
html,
a,
p,
em,
small,
strong,
sub,
sup,
blockquote,
cite,
pre,
ol,
ul,
li,
div,
article {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.legal {
  padding: 30px 0;
}
.legal__title {
  font-family: inherit;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 62px;
}
.legal__list {
  font-family: inherit;

  list-style-type: decimal;
  span {
    display: block;
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.legal__list-item {
  margin-bottom: 15px;
  strong {
    font-family: inherit;
    display: inline-block;
    width: 170px;
  }
}
.legal__list-item::marker {
  font-weight: bold;
}
.legal__list--included {
  /* padding-left: 20px;
  max-width: 800px;
  margin-bottom: 30px; */
}
.legal__list-item--included {
  /* display: flex;
  gap: 100px;
  strong {
    font-family: inherit;
    display: inline-block;
    width: 170px;
  }
  span {
    font-weight: normal;
  }
  @media screen and (max-width: 768px) {
    gap: 5px;
    flex-direction: column;
  } */
}
.legal__text {
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  strong {
    font-family: inherit;
  }
}
