.who {
    width: 100%;
    padding: 100px 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    flex-shrink: 0;
}

.who__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.who__title-wrap {
    width: 100%;
}

.who__title {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 72px;
    line-height: 82.37px;
    letter-spacing: -2.34px;
    text-transform: uppercase;
    color: var(--black);
    text-align: right;
}

.who__subtitle {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: var(--gray);
}

/* сетка 4 колонки */
.who__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    align-items: flex-start;
}

.who__item {
    flex: 1;
    border-top: 6px solid var(--red);
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.who__num {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    color: var(--black);
}

.who__body {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.who__role {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    color: var(--gray);
}

.who__desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.1px;
    color: var(--gray);
}
