.bp-secret {
  padding: 84px 0;
  background: var(--bp-cream);
  border-bottom: 4px solid var(--bp-ink);
}
.bp-secret__in {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.bp-secret h2 {
  font-size: clamp(32px, 5vw, 54px);
  text-transform: uppercase;
  line-height: 0.98;
  color: var(--bp-ink);
  margin-bottom: 24px;
}
.bp-secret h2 .red {
  color: var(--bp-red);
}
.bp-secret__body p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: #473b30;
  margin: 0 auto 16px;
  max-width: 660px;
}
.bp-secret__body p em {
  font-style: italic;
  font-weight: 700;
  color: var(--bp-ink);
}
.bp-secret__big {
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-size: clamp(20px, 3vw, 26px);
  text-transform: uppercase;
  color: var(--bp-red);
  margin-top: 26px;
  line-height: 1.1;
}
