main.content-wrap>.frame-type-header:first-of-type,
main.content-wrap>.frame-type-header:first-of-type+.frame-type-text {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 32px 24px;
}

main.content-wrap>.frame-type-header:first-of-type {
  padding-top: 64px;
  margin-top: -48px;
  margin-bottom: 0;
}

main.content-wrap>.frame-type-header:first-of-type h2 {
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}

main.content-wrap>.frame-type-header:first-of-type h3 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 14px auto 0;
  max-width: 560px;
}

main.content-wrap>.frame-type-header:first-of-type+.frame-type-text {
  padding-top: 0;
  padding-bottom: 64px;
  margin-bottom: 40px;
}

main.content-wrap>.frame-type-header:first-of-type+.frame-type-text header h2,
main.content-wrap>.frame-type-header:first-of-type+.frame-type-text header h3 {
  color: var(--white);
}

main.content-wrap>.frame-type-header:first-of-type+.frame-type-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
}

@media (max-width: 640px) {
  main.content-wrap>.frame-type-header:first-of-type {
    padding-top: 48px;
    margin-top: -32px;
  }

  main.content-wrap>.frame-type-header:first-of-type,
  main.content-wrap>.frame-type-header:first-of-type+.frame-type-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
