/* Programme detail pages: a calm, centred editorial layout. */
.page-banner .wrap {
  text-align: center;
}

.page-banner .breadcrumb {
  justify-content: center;
}

.page-banner p {
  max-width: 720px;
  margin-inline: auto;
}

.section > .wrap > .article-layout {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.article-layout .article-image {
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 18px 48px rgba(14, 65, 42, .14);
}

.article-layout .prose,
.section > .wrap > .prose {
  text-align: center;
}

.article-layout .prose h2,
.article-layout .prose h3,
.article-layout .prose h4,
.section > .wrap > .prose h2,
.section > .wrap > .prose h3,
.section > .wrap > .prose h4 {
  text-align: center;
}

.article-layout .prose p,
.section > .wrap > .prose p {
  max-width: 720px;
  margin-inline: auto;
}

.article-layout .button,
.section > .wrap > .prose .button {
  display: table;
  margin: 1.75rem auto 0;
}

@media (max-width: 760px) {
  .section > .wrap > .article-layout {
    grid-template-columns: 1fr;
  }

  .article-layout .article-image {
    max-height: 360px;
    object-fit: cover;
  }
}
