nts-row {
    flex-direction: column;
    @include mq($from: sm) {
        flex-direction: row;
    }
}
