.page-intro {
    padding: 5rem 1.5rem 3rem;
}

.page-intro__shell {
    width: min(100%, 900px);
    margin: 0 auto;
    padding: 2.5rem 2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(8px);
}

.page-intro__title {
    margin: 0;
    font-size: var(--section-title-font-size);
    font-weight: var(--section-title-font-weight);
    font-style: normal;
    line-height: var(--section-title-line-height);
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-intro__summary {
    margin: 1.25rem 0 0;
    max-width: 48rem;
    font-size: 1.05rem;
    line-height: 1.7;
}
