.single-post .header_module h1,
.header_module h1 {
	font-family: "AUTHENTIC Sans Bold", sans-serif;
	font-size: 28px;
	color: #0221a3;
	line-height: 1.4;
	letter-spacing: normal;
}

.single-post .header_module h2,
.header_module h2 {
	font-family: "Sometype Mono Medium", monospace;
	font-size: 15px;
	color: #00BBE8;
	outline-color: #00BBE8;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 17px;
}

.single-post .header_module .text-wrapper,
.header_module:not(:has(+ div.clear)) .text-wrapper {
	display: flex;
	flex-direction: column-reverse;
	padding: 1.3em 0 1.4em 0 !important;
}

@media screen and (max-width: 1550px) {
	.single-post .header_module h1, .single-post .header_module .h1styled,
	.header_module h1, .header_module .h1styled {
		line-height: 1.2;
	}
}

@media screen and (max-width: 576px) {

	.single-post .header_module h1, .single-post .header_module .h1styled,
	.header_module h1, .header_module .h1styled {
		line-height: 1.2;
	}
}

@media screen and (max-width: 1550px) {
	.single-post .header_module h2 {
		font-size: 15px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 1200px) {
	.header_module h2 {
		font-size: 14px;
		line-height: 32px;
	}
}

@media screen and (max-width: 992px) {
	.header_module h2 {
		font-size: 14px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 576px) {
	.header_module h2 {
		font-size: 12px;
		line-height: 1.2;
	}
}