.privacy-index-content__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 14px;
}

@media screen and (min-width: 960px) {
  .privacy-index-content__heading {
    font-size: 2.8rem;
    padding-bottom: 24px;
  }
}

.privacy-index-content__heading:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .privacy-index-content__heading:not(:first-child) {
    margin-top: 60px;
  }
}

.privacy-index-content__heading::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #003298;
}

.privacy-index-content__list {
  counter-reset: ol_li;
}

.privacy-index-content__list:not(:first-child) {
  margin-top: 30px;
}

.privacy-index-content__list:not(:last-child) {
  margin-bottom: 50px;
}

.privacy-index-content__list__item {
  position: relative;
  padding-left: 35px;
}

.privacy-index-content__list__item:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 960px) {
  .privacy-index-content__list__item:not(:first-child) {
    margin-top: 45px;
  }
}

.privacy-index-content__list__item::before {
  content: counter(ol_li) ".";
  counter-increment: ol_li;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #003298;
  font-size: 2.6rem;
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .privacy-index-content__list__item::before {
    top: 5px;
  }
}
