section h2 {
    border-bottom: solid 2px;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.divisonStaff{
    background:#FFFFFF ;
    border: 1px solid #EDF1F6;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 8px 8px 24px 8px;
    height: 150px;
    width: 274px;
}

.divisonStaff em{
    display: block;
    margin-bottom: 15px;
}

.divisonStaff span{
    display: block;
    margin-bottom: 15px;
}