.introduction__paragraph {
	font-size: 1rem;
	letter-spacing: -.2px;
	line-height: 1.5
}
.introduction {
	padding-top: clamp(6rem, 7.6335877863vw + 3.1374045802rem, 9rem)
}
@media (min-width: 48em) {
	.introduction {
		padding-bottom: 12rem;
		border-bottom: solid 1px rgba(165, 131, 56, .2)
	}
}
.introduction__layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 68rem;
	margin: 0 auto;
	text-align: left
}
.introduction__stamp {
	margin-bottom: .5rem;
	width: 6vw;
}
@media(max-width: 48em){
	.introduction__stamp {
	margin-bottom: .5rem;
	width: 12vw;
}
}
.introduction__heading {
    font-family: 'Zen Maru Gothic', serif;
    font-size: clamp(1.5rem, 1.429rem + 0.313vw, 2rem);
    font-weight: bold;
	line-height: 1.33;
	letter-spacing: .9px;
	color: #573F1C;
	text-transform: uppercase;
    margin-top: 2rem;
}

.introduction__paragraph {
    max-width: 750px;
	margin-top: 2rem;
	color: #573F1C
}
