div[role="group"]{
    display:flex;
}

div[role="group"] > div{
    flex:1;
    justify-content:space-evenly;
}

