.privacy-policy-page .content-page {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 50px;
}

.privacy-policy-heading {
	justify-content: center;
	padding-left: 0;
	text-align: center;
}

.privacy-policy-content {
	width: calc(90% - 100px);
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9;
}

.privacy-policy-content > p {
	margin-bottom: 48px;
}

.privacy-policy-content section {
	margin-bottom: 48px;
}

.privacy-policy-content h2 {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

.privacy-policy-content p {
	margin-bottom: 18px;
}

.privacy-policy-content a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media screen and (max-width: 1000px) {
	.privacy-policy-page .content-page {
		padding-right: 6vw;
		padding-left: 6vw;
	}

	.privacy-policy-heading {
		text-align: center;
	}

	.privacy-policy-heading strong,
	.privacy-policy-heading span {
		text-align: center;
	}

	.privacy-policy-heading strong {
		font-size: clamp(34px, 9.5vw, 56px);
	}

	.privacy-policy-content {
		width: 100%;
		font-size: 15px;
		line-height: 1.85;
	}

	.privacy-policy-content h2 {
		font-size: 19px;
	}
}
