.row_25 {
    clear: both;
    min-height: 100px;
    background-color:#D7ECEE;
}
.footer {
    background-color:#2D2E82;
}
.column_3 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_4 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_5 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_6 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_5 {
    clear: both;
    width: auto;
}
img.image3 {
    height: auto;
    width:auto;
    margin-right:auto;
    margin-top:5%;
    display:inline-block;
    margin-left:10px;
}
p.paragraphfooter {
    color: #FFFFFF;
    font-size:14px;
    margin-left:10px;
    margin-right:10px;
}
@media only screen and (min-width : 768px) {
    .column_3 {
        float: left;
        width: 25%;
        min-height: 200px;
    }
    .column_4 {
        float: left;
        width: 25%;
        min-height: 200px;
    }
    .column_5 {
        float: left;
        width: 25%;
        min-height: 200px;
    }
    .column_6 {
        float: left;
        width: 25%;
        min-height: 200px;
    }
    .row_5 {
        clear: both;
        width: auto;
    }
    .column_3_align {
        right: auto;
        left:auto;
    }
    .row_25 {
        clear: both;
        min-height: 100px;
    }
    .footer {
        min-height: 200px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_5 {
        clear: both;
        width: auto;
    }
    .column_3 {
        float: left;
    }
    .column_4 {
        float: left;
    }
    .column_5 {
        float: left;
    }
    .column_6 {
        float: left;
    }
    .column_3_align {
        margin-left: 0%;
    }
    img.image3 {
        float: none;
        display:block;
        margin-left:auto;
    }
    .row_25 {
        clear: both;
        min-height: 100px;
    }
    .footer {
        min-height: 200px;
    }
}