@media screen and (max-width: 760px) {
    .container {
        flex-direction: column;
    }
}