@media(max-width:900px){

.layout{

    flex-direction:column;

}

.content{

    padding:20px;

}

}