section { 
    padding: 50px;
}

@media screen and (max-width: 900px) {
    section { padding: 20px; }
}