.row_34 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#2c2d30;
    padding-top:40px;
    padding-bottom:40px;
}
.row_33 {
    clear: both;
    width: auto;
    min-height: 100px;
    padding-top:40px;
    padding-bottom:40px;
    background-color:#f2f3f4;
}
p.footer_copy_2 {
    font-size: 13px;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
}
.footer {
    min-height:300px;
}
@media only screen and (min-width : 768px) {
    .row_33 {
        min-height: 0px;
    }
    .row_34 {
        min-height: 0px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_34 {
        clear: both;
        width: auto;
    }
    .row_33 {
        clear: both;
        width: auto;
    }
}