.contact {
	max-width:500px;
    margin:30px auto 0 auto;
    background:#fff;
    padding:50px;
}

@media only screen and (max-width:480px), only screen and (max-device-width:480px) {
    .contact {
        padding:30px;
    }
}