body.contact section{
	margin:10rem auto 5rem;
	max-width: 700px;
}

form {
    display: block;
    padding: 3rem;
    margin-bottom: 2rem;
    font-size: 15px;
    text-align: left;
}

@media only screen and (max-width: 550px){
	body.contact section{
		margin-top:46px;
		padding-top:2rem;
	}

	body.contact section > img{
		height: auto;
		width: 80%;
	}
}