.thematic-map {
	max-width: 1200px;
	margin: 0 auto 50px;
}

.thematic-map .textbox {
	max-width: 500px;
	padding: 0 20px;
}

.thematic-map h2 {
	font-family: 'clarendon-text-pro';
	font-size: 28px;
	font-weight: 600;
	color: #007481;
	line-height: 1.2;
	margin-bottom: 15px;
}

.thematic-map p {
	font-family: 'trade-gothic-next';
	font-size: 20px;
	font-weight: 600;
	color: #0a2a3b;
	line-height: 1.4;
	margin: 0;
}

@media (min-width: 641px) {
	.thematic-map h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.thematic-map p {
		font-size: 24px;
	}
}


@media (min-width: 768px) {
	.thematic-map {
		display: flex;
		align-items: center;
	}

	.thematic-map .textbox {
		flex: 1;
		padding-right: 0;
	}

	.thematic-map .map-cont {
		flex: 2;
		min-width: 550px;
	}

	.thematic-map h2 {
		font-size: 3.4vw;
	}

	.thematic-map p {
		font-size: 2.4vw;
	}
}

@media (min-width: 1025px) {
	.thematic-map h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.thematic-map p {
		font-size: 32px;
	}
}

#KAT_City_Lines > a {
	position: relative;
	transition: all 500ms ease;
	z-index: 90;
}

#KAT_City_Lines > a:hover {
	filter: drop-shadow(10px 16px 10px rgba(0 0 0 / 40%)) drop-shadow(0px 0px 15px rgba(0 0 0 / 30%));
	z-index: 100;
}

#KAT_City_Lines > a text,
#KAT_City_Lines > a text tspan {
	fill: #fff;
	text-decoration: underline;
	letter-spacing: 0;
}