.img-contact-city {
	display: block;
	width: 50%;
	margin: 0 auto;
}

h3 {
	text-align: center;
	color: #717171;
}

.address-section {
	margin-bottom: 60px;
}

.address-info {
	color: #A1A1A1;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.contact-header {
	padding: 30px 0;
}

.contact-header-title {
	padding: 60px;
	background: url("../img/contact-us.svg") no-repeat center center;
	text-align: center;
	font-size: 8rem;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.info-copy {
	color: #A1A1A1;
	font-size: 2rem;
	margin-bottom: 20px;
}

.info-copy b {
	color: #666666;
	text-transform: uppercase;
}

.info-list {
	color: #A1A1A1;
	font-size: 2rem;
}

.updater {
	display: block;
	text-align: center;
	color: #a1a1a1;
	font-size: 1rem;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.contact-header-title {
		font-size: 4rem;
		background-size: 400px 150px;
	}
}

@media screen and (max-width: 432px) {
	.contact-header {
		padding: 10px 0;
	}

	.contact-header-title {
		font-size: 2rem;
	}
}