@media only screen and (max-width: 767px) {
.left_cstm_cls {
    text-align: left;
}
.right_cstm_cls {
    text-align: right;
}
.center_cstm_cls {
    text-align: center;
}
}