.program-regulatory-notice {
  padding: 56px 0;
  color: #292824;
  background: #f4f1e9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.program-regulatory-notice h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--green);
  font: 700 clamp(1.8rem, 4vw, 2.75rem)/1.08 var(--serif);
}

.program-regulatory-notice p:last-child {
  max-width: 960px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

@media (max-width: 680px) {
  .program-regulatory-notice {
    padding: 44px 0;
  }

  .program-regulatory-notice p:last-child {
    font-size: 0.82rem;
  }
}
