.privacidad-page {
  background: #f4f4f4;
  color: #151515;
  min-height: calc(100vh - 90px);
}

.privacidad-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.privacidad-kicker {
  color: #df1f29;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.privacidad-header h1 {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 0;
}

.privacidad-about {
  background: #fff;
  border: 1px solid rgba(21, 21, 21, .1);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(21, 21, 21, .08);
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  overflow: hidden;
}

.privacidad-about__content {
  display: grid;
  gap: 14px;
  padding: 34px;
}

.privacidad-about__content h2 {
  font-size: 24px;
  margin: 18px 0 0;
}

.privacidad-about__content p {
  color: #333;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.privacidad-about__content a {
  color: #df1f29;
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .privacidad-header h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 700px) {
  .privacidad-about__content {
    padding: 22px;
  }

  .privacidad-about__content p {
    font-size: 16px;
  }
}
