.box1,
.box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem 2rem;
    margin-top: 2.5rem;
    position: relative;
}

.box1::before {
    font-family: dashicons;
    content: '\f487';
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: -2rem;
    left: 47%;
    background-color: white;
}

.box2::before {
    font-family: dashicons;
    content: '\f17f';
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: -2rem;
    left: 47%;
    background-color: white;
}

.box3 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 1rem 2rem;
    margin-top: 2.5rem;
    position: relative;
}

.staff-header {
    width: 100%;
    display: flex;
    justify-content: center;
}
.staff-body{
  width: 100%;
}

.staff-lbl {
    flex: 1;
    width: 100%;
}

.staff-row{
    display: flex;
    width: 100%;
}

.staff-h2 {
    position: absolute;
    top: -4rem;
    left: 45%;
    padding: 0;
    background-color: white;
}

.field {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.field span:nth-child(2) {
    color: black !important;
    font-weight: bold;
}