.hero-experience {
	max-width: 650px;
	margin: -16px 0 28px;
	color: var(--nma-bronze);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-trust {
	max-width: 780px;
	margin: 28px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	color: #ddd8cd;
	font-size: 0.69rem;
	font-weight: 650;
	line-height: 1.8;
	letter-spacing: 0.11em;
}

.hero-trust strong {
	margin-right: 5px;
	color: var(--nma-bronze);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
}

@media (max-width: 600px) {
	.hero-experience {
		margin-top: -10px;
		font-size: 0.7rem;
		line-height: 1.6;
	}

	.hero-trust {
		font-size: 0.62rem;
		line-height: 1.9;
		letter-spacing: 0.08em;
	}

	.hero-trust strong {
		font-size: 1.3rem;
	}
}
