.torque-flex {
    display: flex;
}

.torque-flex-wrap {
    flex-wrap: wrap;
}


.torque-flex-nowrap {
    flex-wrap: nowrap;
}

.torque-justify-start {
    justify-content: flex-start;
}

.torque-justify-end {
    justify-content: flex-end;
}

.torque-justify-center {
    justify-content: center;
}

.torque-justify-space-between {
    justify-content: space-between;
}

.torque-align-center {
    align-items: center;
}

.torque-align-start {
    align-items: start;
}

.torque-flow-column {
    flex-flow: column;
}

.torque-flow-row {
    flex-flow: row;
}

.torque-align-center {
    align-items: center;
}

.torque-direction-column {
    flex-direction: column;
}

.torque-mob-first {
    order: -1;
}

.torque-flex-none {
    flex: none;
}

@media screen and (min-width: 1024px) {
    .torque-dt-last {
        order: 99;
    }
}
