.bp-problem__inner {
  max-width: 720px;
  text-align: left;
}
.bp-problem__title { margin-bottom: 24px; }
.bp-problem__line {
  margin-top: 12px;
  font-family: var(--bp-font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
}
.bp-problem__line + .bp-problem__line { opacity: 0.85; }