/* Page-level overrides for the Pricing & Packages template only.
   Section styling itself lives in each section's own classes/[name]/[name].css. */

/* content_banner here has no illustration (the class renders it conditionally,
   so nothing shows) — this section is used purely for the "New member offer /
   Your first class from just £22" band. */
.content-banner {
    background: var(--color-bg);
}

.content-banner__body {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    color: var(--color-dark);
    text-align: left; /* the class justifies by default; not wanted on this band */
}
