@charset "utf-8";

section h2 {
    border-bottom: solid 2px;
    border-bottom-color: currentcolor;
    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;
}

.imageconfig{
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
}

.imageconfig a img{
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}