﻿.columns_7030 {
    width: 100%;
}

    .columns_7030 > .leftColumn {
        width: 100%;
        margin-bottom: 20px;
    }

    .columns_7030 > .rightColumn {
        width: 100%;
    }


@media only screen and (min-width : 0px) {
}

@media only screen and (min-width : 768px) {
    .columns_7030 > .leftColumn {
        width: 55%;
        float: left;
        margin-bottom: 0px;
    }

    .columns_7030 > .rightColumn {
        width: 45%;
        float: left;
    }
}

@media only screen and (min-width : 1024px) {
    .columns_7030 > .leftColumn {
        width: 70%;
        float: left;
    }

    .columns_7030 > .rightColumn {
        width: 30%;
        float: left;
    }
}
