.requisites__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--bg-bg-button-chips);
}

.requisites__item b {
    font-family: var(--font-family);
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

.requisites__item:not(:last-child) {
    margin-bottom: 20px;
}