
#initiative-members #subcaption{
    font-style: italic;
    line-height: 1.4em;
    opacity: 30%;
    margin-bottom: 5px;
}

.member .name{
    font-weight: bold;
    margin-right: 1ch;
    font-size: 1.4em;
}

.member {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}


.disclaimer {
    font-style: italic;
    line-height: 1.2em;
    font-size: 0.9em;;
    opacity: 50%;
}

@media only screen and (max-width: 480px) {
    #initiative-members #subcaption{
        line-height: 1.2em;
        margin: 5px 0;
    }
}

