@media screen and (max-width: 980px) {
    .leftAbsCardMobileReverse {
        display: flex;
        flex-direction: column-reverse;
    }
}