@charset "UTF-8";

.h_navigation {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	color: #fff;
}
.h_navigation a:after {
	border-color: #fff;
}
.c_background > div {
	padding: 165px 0;
}
.c_background .c_h1 > div {
	padding-bottom: 0;
	font-size: 70px;
	font-family: 'Manrope', sans-serif;
}
.c_background .c_h1 > div:after {
	display: none;
}
.c_background .c_subtitle:not(:first-child) {
	margin-top: 15px;
}
.c_background .c_subtitle {
	font-size: 26px;
}
.c_background + .c_section.white > div {
	padding: 150px 0 200px;
}

@media screen and (max-width: 767px) {
	.c_background > div {
		padding: 80px 0;
	}
	.c_background .c_h1 > div {
		font-size: 36px;
	}
	.c_background .c_subtitle:not(:first-child) {
		margin-top: 5px;
	}
	.c_background .c_subtitle {
		font-size: 20px;
	}
	.c_background + .c_section.white > div {
		padding: 80px 0;
	}
}