.who-we-help__inner {
    margin-inline: auto;
}

.who-we-help__layout {
    align-items: start;
    display: grid;
    column-gap: var(--block-column-gap);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: clamp(3rem, 8vw, 8.5rem);
}

.who-we-help__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    grid-column: 1 / span 4;
    min-height: clamp(34rem, 50vw, 46rem);
    min-width: 0;
}

.who-we-help__intro {
    --block-content-flow-gap: var(--space-xxl);
}

.who-we-help__preheading {
    margin-bottom: var(--space-mid-large);
}

.who-we-help__intro-text > :first-child,
.who-we-help__audience-text > :first-child {
    margin-top: 0;
}

.who-we-help__intro-text > :last-child,
.who-we-help__audience-text > :last-child {
    margin-bottom: 0;
}

.who-we-help__pullquote {
    margin-top: auto;
}


.who-we-help__audiences {
    display: grid;
    gap: clamp(1.35rem, 2vw, 2rem);
    grid-column: 6 / span 6;
    min-width: 0;
    padding-top: calc(1lh + var(--space-xl));
    width: calc(100% + var(--block-column-gap));
}

.who-we-help__audience {
    display: grid;
    gap: clamp(0.65rem, 1.1vw, 1rem);
    min-width: 0;
}

.who-we-help__audience-icon {
    display: block;
    height: clamp(2.7rem, 4vw, 3.9rem);
    object-fit: contain;
    object-position: left center;
    width: clamp(2.7rem, 4vw, 3.9rem);
}

.who-we-help__audience-content {
    min-width: 0;
}

.who-we-help__audience-title {
margin: 0;
    font-weight: 700;
}

.who-we-help__audience-text {
    margin-top: 0.15rem;
}

@media (max-width: 900px) {
    .who-we-help__layout {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }

    .who-we-help__content,
    .who-we-help__audiences {
        grid-column: auto;
    }

    .who-we-help__audiences {
        width: auto;
    }

    .who-we-help__content {
        min-height: 0;
    }

    .who-we-help__pullquote {
        margin-top: clamp(3rem, 8vw, 5rem);
    }
}

@media (max-width: 640px) {
    .who-we-help__layout {
        gap: 2.5rem;
    }

    .who-we-help__audiences {
        gap: 1.75rem;
    }
}
