@media(min-width: 310px) and (max-width: 750px) {

    main {
        flex-direction: column;
    }
}