.c-address__contact {
	margin-bottom: 1em;
}

.c-address__postaddress {
	margin-bottom: 1em;
}

@media only screen and (min-width: 34.313em) {

	.c-address {
		width: 48%;
		margin-bottom: 2em;
	}

	.c-address:nth-child(odd) {
		float: left;
		margin-right: 4%;
	}

	.c-address:nth-child(even) {
		float: right;
	}
}