@media screen and (max-width: 650px)
{
    section
    {
        margin-left: 5%; 
    	width: 90%; 
    }
}