.cookies {
  padding: 30px 0;
}
.cookies__title {
  font-family: inherit;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 62px;
}
.cookies__list {
  font-family: inherit;

  list-style-type: decimal;
  span {
    display: block;
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 10px;
  }

  ul {
    list-style-type: disc;
    margin-left: 20px;
  }
}
