@media only screen and (min-width: 768px) {
    .col {
        width: 40%;
    }
    .leftmost-col {
        width: 60%;
    }
}