.customer-review-numbers__wrapper {
    margin: 80px 0;
    @media (max-width: 992px) {
        margin: 40px 0;
    }
}

.customer-review-numbers {
    display: flex;
    padding: 43px 48px 48px 48px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    background: var(--text-icon-action, #0080ea);
    @media (max-width: 540px) {
        display: flex;
        padding: 24px;
        align-items: flex-start;
        align-self: stretch;
    }
}

.numbers-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
    @media(max-width: 540px) {
        flex-direction: column;
    }
}

.stat-item {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    border-right: 1px solid var(--text-icon-white, #fff);
    @media (max-width: 540px) {
        border-right: none;
        border-bottom: 1px solid var(--text-icon-white, #fff);
        padding-bottom: 32px;
    }
}

.last-stat {
    border-right: none;
    @media(max-width: 540px) {
        border-bottom: none;
        padding-top: 32px;
        padding-bottom: 20px;
    }
}

.stat-number {
    color: var(--text-icon-white, #fff);
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 71.68px; /* 112% */
    letter-spacing: -1px;
}

.stat-description {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    @media(max-width: 540px) {
        min-width: 300px;
    }
}
