section.list li > div:nth-child(2){
    flex : 4;
}



@media screen and (max-width : 800px){
    section.show img{
        width : 100% !important;
    }
}