﻿@media screen and (max-width: 768px) {
    .responsive {
        flex-direction: column-reverse;
        /*align-items: center;*/
    }
}
