.col_right_home {
    float: right;
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col_left_home {
    float: left;
    width: 60%;
    text-align: left;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}