section h2{
    border-bottom: solid 2px #1A2236;
    color: #1A2236;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 25px;
}

.imgdiv{
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    list-style: none;
    height: 220px;
}

.imgdiv img{
    border-radius: 30px 0px 30px 0px;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.structuredetail{
    background: #2b509f;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius:  10px 10px 0 0;
    -o-border-radius:  10px 10px 0 0;
}

.position{
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}