.impact {
    flex-direction: row;
    gap: 54px;
    background: #ffffff;
        border-top:1px solid rgb(169, 169, 169);
    border-bottom:1px solid rgb(169, 169, 169);
}

.impact-content-wrapper {
    flex-direction: row;
    gap: 54px;
}

.impact-copy {
    flex: 0.7;
}

.impact-stats {
    display: flex;
    flex: 1.3;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 600px;
}

.impact-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #c8102e;
    color: #ffffff;
    font-weight: 900;
}

.impact-title {
    margin: 8px 0 28px;
    color: #c8102e;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
    max-width: 580px;
}

.impact-text {
    color: #4d5b6d;
    font-size: 18px;
    line-height: 24px;
}

.impact-stat {
    flex: 1 1 260px;
    padding: 34px;
    border: 1px solid rgba(18, 58, 113, 0.08);
    border-radius: 0;
    background: linear-gradient(135deg, #eef7fd, #ffffff);
    box-shadow: 0 24px 70px rgba(8, 30, 55, 0.14);
}

.impact-stat b {
    display: block;
    color: #38a9e8;
    font-size: 46px;
    line-height: 50px;
}

.impact-stat span {
    color: #637083;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .impact-title {
        font-size: 44px;
        line-height: 50px;
    }

    .impact-stat b {
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width: 860px) {
    .impact-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }

    .impact-title {
        font-size: 34px;
        line-height: 38px;
    }

    .impact-stat b {
        font-size: 30px;
        line-height: 34px;
    }

    .impact-stats {
        width: 100%;
        max-width: 100%;
    }

    .impact-stat {
        flex-basis: 100%;
        padding: 28px 24px;
    }
}
