@media screen and (min-width: 768px) {
    .flip-horizontal {
        transform: scaleX(-1) !important;
      }
}