.uni-row {
    flex-direction: column;

    @include mq(sm) {
        flex-direction: row;
    }
}
