@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}