@media (min-width: 768px) {
    .sm-text-right {
        text-align: right !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-text-left {
        text-align: left !important;
    }
}