.wp-block-headless-story-intro {
    background: #f0f4f7;
    border-radius: 32px;
    padding: 20px 64px 58px;
    overflow: clip;
}

.story-intro__inner {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.story-intro__stat-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.story-intro__stat-value {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 88px;
    line-height: 1.1;
    color: #365072;
    margin: 0;
}

.story-intro__stat-heading {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #365072;
    margin: 0;
}

.story-intro__divider {
    display: block;
    width: 151px;
    height: 5px;
    background: #fa700d;
    border-radius: 3px;
    margin: 20px 0;
}

.story-intro__stat-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(22, 30, 35, 0.75);
    margin: 0;
}

.story-intro__story-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.story-intro__story-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story-intro__story-heading {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #365072;
    margin: 0;
}

.story-intro__story-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(22, 30, 35, 0.75);
}

.story-intro__story-content p {
    margin: 0 0 16px;
}

.story-intro__story-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .story-intro__inner {
        flex-direction: column;
        gap: 48px;
    }

    .story-intro__stat-value {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .wp-block-headless-story-intro {
        padding: 32px;
    }

    .story-intro__stat-value {
        font-size: 48px;
    }

    .story-intro__inner {
        gap: 32px;
    }
}
