@media (max-width: 820px) {
    .mantra:nth-child(odd) {
        flex-direction: column-reverse;
    }
}