@media screen and (max-width: 767px) {
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.ml-0 {
  margin-left: 0rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .sm\:text-center {
    text-align: center !important;
  }
}