.title-copy-cta--section {
    text-align: center;
}

.title-copy-cta--eyebrow {
    margin: 0 0 0.75em;
    font-family: 'ABC Whyte Inktrap', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* Serif headline to match the design (scoped so it beats .text-heading-lg). */
.title-copy-cta--container .title-copy-cta--title {
    margin: 0 auto 0.4em;
    max-width: 16em;
    /* font-family: 'Garamond Premier Pro', serif; */
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
}

.title-copy-cta--copy {
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 2em;
}

@media (min-width: 992px) {
    .title-copy-cta--container .title-copy-cta--title {
        font-size: 2.75rem;
    }
}
