@media screen and (min-width: 300px )and (max-width: 768px) {


#container { 
        flex-direction: column;
        gap: 20px;
        
    }
}