.section_header {
  flex-wrap: wrap;
}

/* Hide latest activity for members */
body.page-groups .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: none;
}

/* Show latest activity  for admins */
body.page-groups.isAdmin .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: block;
}
