.two-column {
    column-count: 2;
}

@media (max-width: 768px) {
    .two-column {
        column-count: 1;
    }
}