@media(max-width:640px)
{
    #sections {
        flex-wrap: wrap;
    }

    .section {
        width: 100%;
        margin-bottom: 20px;
    }
}