.privacidad {
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
}

.privacidad__title {
  font-family: inherit;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 62px;
}
.privacidad__text {
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  strong {
    font-family: inherit;
  }
}
.privacidad__subtitle {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.privacidad__list {
  font-family: inherit;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.privacidad__list-item {
  display: flex;
  gap: 100px;

  @media screen and (max-width: 768px) {
    gap: 5px;
    flex-direction: column;
  }
}
.privacidad__list-item {
  strong {
    font-family: inherit;
    display: inline-block;
    width: 170px;
  }
}
.privacidad__list--dotted {
  list-style-type: initial;
  margin-bottom: 30px;
  padding-left: 17px;
  .privacidad__list--numbered {
    list-style-type: decimal;
    padding-left: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
