.ppro-y26-c-insight-hero-v2 {
    display: block;
    padding-top: 9rem;
}

.ppro-y26-c-insight-hero-v2__container {
    width: 100%;
    max-width: 105.375rem;
    margin-inline: auto;
    padding-inline: 9rem;
}

.ppro-y26-c-insight-hero-v2__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ppro-y26-c-insight-hero-v2__title {
    max-width: 64rem;
    margin: 0;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 3.25rem;
    line-height: 3.75rem;
    letter-spacing: var(--ppro-tracking-tight);
}

.ppro-y26-c-insight-hero-v2__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8rem;
    margin-top: 2rem;
}

.ppro-y26-c-insight-hero-v2__excerpt {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ppro-y26-c-insight-hero-v2__date {
    flex-shrink: 0;
    width: 16rem;
    font-family: var(--ppro-font-body);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.375rem;
}

.ppro-y26-c-insight-hero-v2__figure {
    margin: 3rem 0 0;
}

.ppro-y26-c-insight-hero-v2__image {
    width: 100%;
    height: auto;
    max-height: 40rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1279px) {
    .ppro-y26-c-insight-hero-v2__container {
        padding-inline: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .ppro-y26-c-insight-hero-v2 {
        padding-top: 8rem;
    }

    .ppro-y26-c-insight-hero-v2__meta {
        flex-direction: column;
        gap: 1rem;
    }

    .ppro-y26-c-insight-hero-v2__date {
        width: auto;
    }
}

@media (max-width: 767px) {
    .ppro-y26-c-insight-hero-v2 {
        padding-top: 7rem;
    }

    .ppro-y26-c-insight-hero-v2__title {
        font-size: 2.125rem;
        line-height: 2.5rem;
    }

    .ppro-y26-c-insight-hero-v2__figure {
        margin-top: 2rem;
    }
}
