.hp-common {
	background: var(--hp-bg);
	min-height: 60vh;
	padding: 80px 24px 100px;
}

.hp-common__container {
	margin-inline: auto;
	max-width: 860px;
}

.hp-common h1 {
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	letter-spacing: -.035em;
	line-height: 1;
	margin: 0 0 48px;
}

.hp-common__content {
	color: var(--hp-body);
	font-size: 1rem;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.hp-common__content h2,
.hp-common__content h3,
.hp-common__content h4 {
	color: var(--hp-ink);
	line-height: 1.2;
	margin: 2em 0 .7em;
}

.hp-common__content a {
	color: var(--hp-ink);
	text-underline-offset: .2em;
}

.hp-common__content img {
	height: auto;
	max-width: 100%;
}

.hp-common__content table {
	border-collapse: collapse;
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.hp-common__content td,
.hp-common__content th {
	border: 1px solid var(--hp-line-strong);
	padding: .65rem .8rem;
	text-align: left;
}

@media (max-width: 600px) {
	.hp-common {
		padding: 56px 20px 72px;
	}
}
