.why-unisant {
    width: 100%;
    min-height: 226px;
    background: #750b04;
    color: #ffffff;
    overflow: hidden;
}

.why-unisant__inner {
    --section-gap: clamp(20px, calc((100vw - 1244px) / 7), 56px);
    width: 100%;
    max-width: 1691px;
    min-height: 226px;
    margin: 0 auto;
    padding: 40px 52px 37px 67px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.why-unisant__title {
    width: 232px;
    flex: 0 0 232px;
    margin: 17px var(--section-gap) 0 0;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -0.4px;
}

.why-unisant__divider {
    width: 1px;
    height: 149px;
    margin: 0 var(--section-gap);
    flex: 0 0 1px;
    background: rgba(255, 255, 255, 0.28);
}

.why-unisant__title + .why-unisant__divider {
    margin-left: 0;
}

.why-unisant__metric {
    width: 223px;
    max-width: 223px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 180px;
}

.why-unisant__metric strong {
    display: block;
    min-height: 69.49px;
    font-family: "PT Serif";
    font-size: 45px;
    font-weight: 700;
    line-height: 67.9px;
    letter-spacing: -0.45px;
    color: #ffffff;
}

.why-unisant__metric p {
    width: 100%;
    margin: 2.17px 0 0;
    font-size: 18px;
    line-height: 25px;
    color: #f0ebe8;
}

@media (max-width: 1100px) {
    .why-unisant__inner {
        padding: 34px 32px;
        flex-wrap: wrap;
        gap: 28px 0;
        align-items: stretch;
    }

    .why-unisant__title {
        width: 100%;
        flex: 0 0 100%;
        margin: 0;
        order: 1;
        font-size: 40px;
        line-height: 38px;
    }

    .why-unisant__divider {
        margin: 0;
        background: rgba(255, 255, 255, 0.28);
    }

    .why-unisant__metric {
        flex: 0 0 calc(50% - 20.5px);
        max-width: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .why-unisant__divider:nth-of-type(1),
    .why-unisant__divider:nth-of-type(3) {
        width: 100%;
        height: 1px;
        flex: 0 0 100%;
    }

    .why-unisant__divider:nth-of-type(1) {
        order: 2;
    }

    .why-unisant__divider:nth-of-type(3) {
        order: 6;
    }

    .why-unisant__divider:nth-of-type(2),
    .why-unisant__divider:nth-of-type(4) {
        width: 1px;
        align-self: stretch;
        height: auto;
        flex: 0 0 1px;
        margin: 0 20px;
    }

    .why-unisant__divider:nth-of-type(2) {
        order: 4;
    }

    .why-unisant__divider:nth-of-type(4) {
        order: 8;
    }

    .why-unisant__metric:nth-of-type(1) {
        order: 3;
    }

    .why-unisant__metric:nth-of-type(2) {
        order: 5;
    }

    .why-unisant__metric:nth-of-type(3) {
        order: 7;
    }

    .why-unisant__metric:nth-of-type(4) {
        order: 9;
    }

    .why-unisant__metric p {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 760px) {
    .why-unisant__inner {
        padding: 36px 24px;
        gap: 24px 0;
        align-items: stretch;
    }

    .why-unisant__title {
        width: 100%;
        flex-basis: 100%;
        font-size: 38px;
        line-height: 36px;
    }

    .why-unisant__metric strong {
        min-height: 58px;
        font-size: 40px;
        line-height: 54px;
    }

    .why-unisant__metric {
        width: calc(50% - 14.5px);
        flex-basis: calc(50% - 14.5px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .why-unisant__divider:nth-of-type(2),
    .why-unisant__divider:nth-of-type(4) {
        width: 1px;
        align-self: stretch;
        height: auto;
        margin: 0 14px;
    }

    .why-unisant__metric p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}
