@media only screen and (max-width: 769px) {
.swap-on-mobile {
display: flex !imoprtant;
flex-direction: column-reverse;
}
}