@media (max-width: 767px) {
  .revertir-orden {
	display: flex;
	flex-direction: column-reverse;
  }
}