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: 170px;
    width: 274px;
}

.divisonStaff em{
    display: block;
    margin-bottom: 15px;
}

.divisonStaff span{
    display: block;
    margin-bottom: 15px;
}

.divisonStaff .staffMail{
    display: table;
    float: left;
    margin-right: 15px;
    text-decoration: none !important;
    outline: none !important;
}

.divisonStaff .staffMail img{
    border-radius: 0px !important;
    height: 20px !important;
    width: 20px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.competitionText{
    color: #1A2236;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}