.boxListContainer {
    display: flex; 
    flex-direction: column; 
    overflow: auto;
}

@media only screen and (max-width: 600px) {
    .boxListContainer {
        flex-direction: column; 
    }
}