.stats--0 {
    padding-block: 8.375rem;
    background-color: var(--clr-secondary);
    background-image: url("../../../Images/Intersect-slider.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.stats--0 .component__content {
    grid-column: 3 / 13;
}

.stats__items {
    display: grid;
    gap: 4rem;
}

.stats__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stats__stat {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-heading);
    font-size: 6rem;
    line-height: calc(2.5 / 2.25);
    font-weight: 700;
    text-align: center;
    color: var(--clr-primary);
}

.stats__lead {
    width: 100%;
    max-width: 310px;
    margin-inline: auto;
    font-family: var(--ff-heading);
    font-size: 2rem;
    text-align: center;
    color: var(--clr-white);
}

@media (min-width: 992px) {
    .stats--0 {
        background-image: url("../../../Images/Intersect-footer.svg");
    }
    .stats__items {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    .stats__item:first-child,
    .stats__item:last-child {
        margin-block-start: 5rem;
    }
}
