.two-column-block {
    @include breakpoint($l) {
        > .col {
            display: flex;
        }
    }
}
