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;
}

.imageconfig{
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
}

.imageconfig a img{
    border-radius: 30px 0px 30px 0px;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}