.header {
    min-height:300px;
}
.row_2 {
    clear: both;
    min-height: 100px;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
.column_2 {
    float: none;
    min-height: 100px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}
.column_1 {
    float: none;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.row_3 {
    clear: both;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    background-color:#E67CE6;
}
img.image2 {
    width:auto;
    display:inline-block;
}
img.image3 {
    display: inline-block;
}
img.image4 {
    display: inline-block;
    padding-top:10px;
    padding-bottom:20px;
    height:auto;
}
@media only screen and (min-width : 768px) {
    .row_2 {
        clear: both;
        min-height: 200px;
        width:90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .column_2 {
        float: left;
        min-height: 103px;
        width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }
    .column_1 {
        float: left;
        width: 33.3333%;
        min-height: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row_3 {
        clear: both;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        background-image:linear-gradient(to bottom, #150e42 0%, #FFFFFF 100%);
    }
    img.image3 {
        height: 295px;
    }
    img.image4 {
        height: 200px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_2 {
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
    }
    .row_3 {
        clear: both;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        background-image:linear-gradient(to bottom, #088ac2 0%, #FFFFFF 100%);
        background-repeat:repeat;
        background-position:left top;
        background-color:transparent;
        background-attachment:scroll;
        background-size:auto;
    }
    .column_2 {
        float: left;
        min-height: 103px;
        width: 66.6667%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .column_1 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    img.image3 {
        height: 295px;
        display:inline-block;
    }
    img.image4 {
        height: 200px;
        display:inline-block;
    }
}