.leader__name {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--fm);
    display: block;
}

.leader__position {
    font-size: 16px;
    line-height: 24px;
    color: #999EA9;}


.leader-item__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.leader-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
}

.leader-item__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.5rem;
}

.leader-item__detail {
    width: 48px;
    height: 48px;
    background-color: transparent;
    color: var(--primary);
}
.leader-item__detail {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: var(--primary);
    margin-left: 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.scrollable {
    padding-right: 20px;
    height: 390px;
    min-height: 390px;
}