.b-nrb {
    padding: 71px 0 48px;
    background: #0C1820;
    width: calc(100vw - 8px);
    margin-left: calc(-50vw + 50%);
}
.nrb-item__number {
    font-size: 41px;
    line-height: 64px;
    letter-spacing: 0;
    margin-bottom: 13px;
}
.nrb-item__number-main {
    font-size: 92px;
    line-height: 64px;
    font-weight: 300;
}
.b-nrb .h4 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.05px;
}

@media ( max-width: 767px ) {
    .nrb-item {
        margin-bottom: 20px;
    }
    .nrb-item__number {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .nrb-item__number-main {
        font-size: 64px;
    }
}