:root {
	--page-heading-color: #1d95c0;
}

.page-heading {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--page-heading-color);
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.page-heading::after {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px dotted var(--page-heading-color);
	display: block;
	margin-top: 20px;
	margin-inline: auto;
}

@media screen and (max-width: 767px) {
	.page-heading {
		font-size: 18px;
	}
	.page-heading.sm {
		font-size: 15px;
	}
	.page-heading.md {
		font-size: 18px;
	}
	.page-heading.lg {
		font-size: 22px;
	}
}
