.contact-us__heading {
	margin: 0;
	padding: 56px 0 0;
}

.contact-us__subheading {
	margin-bottom: 0.375em;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #e20000;
}

.contact-us p {
	margin-bottom: -0.0625em;
	font-size: 0.875em;
	letter-spacing: 0.06em;
}

.contact-us__container {
	position: relative;
	z-index: 2;
	padding: 0 80px;
	max-width: 100%;
}

.contact-us__icon--first {
	position: absolute;
	top: 3.75em;
	left: -1em;
	max-width: 5em;
}

.contact-us__icon--double {
	position: absolute;
	bottom: 11%;
	right: -1.625em;
	max-width: 11.25em;
}

.contact-us__wrap {
	position: relative;
	margin-bottom: 1.875em;
	max-width: 16.25em;
}

.contact-us__wrap :first-child,
.contact-us__wrap:first-child {
	max-width: 17.5em;
}

.contact-us__wrap:nth-child(4) {
	margin-bottom: 0.9375em;
}

.contact-us ul,
.contact-us ul > li {
	margin: 0;
	padding: 0;
	list-style: none inside none;
}

.contact-us ul > li > p {
	margin: 0;
}

.contact-us h1 + p,
.contact-us h2 + p {
	margin-top: 1em;
}

.contact-us .contact-us__info-item > p {
	font-weight: 700;
}

.contact-us .contact-us__info {
	margin-top: 24px;
}

.contact-us .contact-us__container + .contact-us__container {
	margin-top: 48px;
}

@media only screen and (max-width: 374px) {
	.contact-us__container {
		padding-top: 1.875em;
		padding-bottom: 5.625em;
		padding-left: 3.75em;
	}

	.contact-us__icon--first {
		top: 1.875em;
		left: -1.4375em;
	}

	.contact-us__icon--double {
		bottom: 5%;
	}
}

@media only screen and (min-width: 768px) {
	.contact-us__container {
		margin: 0 auto;
		max-width: 58.75em;
		padding: 0 10em;
	}

	.contact-us__icon--first {
		top: 4.0625em;
		left: -0.625em;
		max-width: 7.5em;
	}

	.contact-us__icon--double {
		top: 0;
		right: -2.1875em;
		max-width: 21.875em;
	}

	.contact-us__wrap {
		margin-bottom: 2.8125em;
	}

	.contact-us__wrap:nth-child(4) {
		margin-bottom: 1.5625em;
	}
}

@media only screen and (min-width: 1025px) {
	.contact-us__subheading {
		font-size: 1em;
	}

	.contact-us p {
		margin-bottom: 0.25em;
		letter-spacing: 0.05em;
	}

	.contact-us__icon--first {
		left: -3.4375em;
		max-width: 10.625em;
	}

	.contact-us__icon--double {
		top: 0;
		right: -6.25em;
		max-width: 28.75em;
	}
}

@media only screen and (min-width: 1281px) {
	.contact-us__icon--first {
		top: 1.5625em;
		left: -16em;
		max-width: 15.9375em;
	}

	.contact-us__icon--double {
		top: 0;
		right: -316px;
		max-width: 36.1875em;
	}
}
