﻿.CONTENT2COLUMNS > div:first-child {
    padding-left: 1%;
    text-align: left;
    width: 62%;
}

.CONTENT2COLUMNS > div:last-child {
    width: 35%;
    padding-left: 1%;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    .CONTENT2COLUMNS > div:first-child, .CONTENT2COLUMNS > div:last-child {
        padding-left: 1% !important;
        padding-right: 1% !important;
        width: 98% !important;
    }

        .CONTENT2COLUMNS > div:last-child img {
            max-width: 25em !important;
            margin-top: 2em;
        }
}
