.hide-on-tablet {
  display: none;
}
.tablet\:hidden {
  display: none;
}
.tablet\:text-center {
  text-align: center !important;
}
.tablet\:text-left {
  text-align: left !important;
}
.tablet\:text-right {
  text-align: right !important;
}
.tablet\:flex-cols {
  flex-direction: column !important;
}
.tablet\:flex-cols-reverse {
  flex-direction: column-reverse !important;
}
