@media only screen and (max-width: 768px) {
    .root {
        flex-wrap: wrap;
    }
}
