.contact-hero__location {
	position: relative;
}
.contact-hero__location svg {
	position: absolute;
	left: -25px;
}

.contact-hero a {
	color: var(--base) !important;
}

.contact-hero p {
	max-width: 430px;
}

.contact-hero h1 {
	font-size: var(--h2);
	line-height: var(--h2-line-height);
}

h1 {
	max-width: 430px !important;
}

.content__inner-content h2 {
	max-width: 430px;
}

.content__inner-content p {
	font-size: var(--text-m) !important;
}

.contact-hero .smart-spacing .link--primary{
	margin-top:var(--space-xs)!important;
}
.contact-hero{
	padding-bottom:0;
}