
h1, h2, h3, h4, h5, h6 {	
	hyphens: auto;
}
h1 {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.4;
	@media (min-width: 1025px) {
		font-size: 48px;
		line-height: 1.15;
	}
}
h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 16px;
	@media (min-width: 1025px) {
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 24px;
	}
}
h3 {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 12px;
	@media (min-width: 1025px) {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 16px;
	}
}
h4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 8px;
	@media (min-width: 1025px) {
		font-size: 24px;
		line-height: 1.35;
		margin-bottom: 12px;
	}
}
h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 8px;
	@media (min-width: 1025px) {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
}
.page-title {
	margin-bottom: 16px;
	@media (min-width: 1025px) {
		margin-bottom: 24px;
	}
	& h2 {
		margin-bottom: 12px;
		@media (min-width: 1025px) {
			margin-bottom: 16px;
		}
	}
	
}
.page-head-group {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	@media (min-width: 1025px) {
		margin-bottom: 24px;
		flex-direction: row;
		gap: 48px;
		justify-content: space-between;
		& h2 {
			margin-bottom: 0;
		}
	}
}