.contato-hero {
	padding: 140px 0 100px;
	background: #f6f6f4;
	text-align: center;
}

.contato-hero__content {
	max-width: 820px;
	margin: 0 auto;
}

.contato-hero__kicker {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--primary);
}

.contato-hero__title {
	font-size: clamp(34px, 4.5vw, 52px);
	line-height: 1.08;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 24px;
}

.contato-hero__text {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(70,69,39,0.75);
}