@media (max-width:700px) {
    .container{
        flex-direction: column-reverse;
        width: 100%;
        height: 100vh;
    }
    .image{
        height: auto;
    }
    
}