.page_header {
	padding-top: 230px;
	background-size: cover;
	background-position: center;
	position: relative;
	height: calc(100vh - 50px);
	min-height: 600px;
}

.page_header .container {
	z-index: 1;
	position: relative;
}

section.page_header:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #000000B3 0%, #54545466 100%) 0% 0% no-repeat padding-box;
}

.page_header_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}

.page_header h1 {
	font-size: 58px;
	color: white;
	font-weight: bold;
	line-height: 1.327586;
	margin-bottom: 33px;
}

.header_buttons {
	display: flex;
	align-items: center;
	gap: 15px;
}

@media (max-width: 767px) {
	.page_header {
		height: 100vh;
		padding-top: 0;
		display: flex;
		align-items: center;
	}

	.page_header h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.page_header .button.secondary {
		color: transparent;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		gap: 0;
		padding-left: 18px;
		padding-right: 18px;
	}
}
