.right {
	width: 100%;
	margin: 0 auto 2em auto;
	text-align: center;
}

.left {
	width: 100%;
	color: white;
	margin-top: 2em;
}

.left h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

.serviceContent q {
  quotes: "“" "”" "‘" "’";
}
.serviceContent q:before {
    content: open-quote;
}
.serviceContent q:after {
    content: close-quote;
}

blockquote {
	margin: 2em auto .5em auto;
	display: table;
}

blockquote p{
	font-size: 1.25em;
}

blockquote footer {
	font-style: italic;
	font-size: 1.25em;
}

input, textarea {
	padding: .5em;
	border-radius: 1.25em;
	width: 90%;
	margin: .5em;
	font-family: 'Judson', serif;
	font-size: 1em;
}

form {
	color: white;
}

.button {
	width: 50%;
	margin-top: 1em;
}

.value {
	font-size: 1.25em;
}


@media screen and (min-width: 500px) {

input, textarea {
	padding: .5em;
}

.button {
	width: 25%;
}

}

@media screen and (min-width: 850px) {

.textBlock {
	width: 100%;
}

.right {
	width: 49%;
	display: inline-block;
	position: relative;
	bottom: 4em;
}

.left {
	width: 49%;
	display: inline-block;
	margin-top: 3em;
}

input, textarea {
	padding: .25em;
	width: 75%;
}

submit {
	width: 50%;
	font-size: 1.5em;
}

.button {
	width: 25%;
	margin: 1em .5em 0 .5em;
}

}