.header_search {
	margin-bottom: 117px;
	margin-top: 90px;
}

.text_header_search {
	width: 50%;
	float: left;
}

.hero_image {
	width: 587px;
	max-width: calc(50% - 15px);
	float: right;
	position: relative;
}

.header_search h1 {
	color: var(--dark-blue);
	line-height: 1.046875;
	margin-bottom: 55px;
}

.header_search .subtitle {
	margin-bottom: 10px;
}

.text_below_search {
	font-size: 22px;
	line-height: 1.272727;
	width: 450px;
	max-width: 100%;
	margin-top: 26px;
	padding-left: 1px;
}

.text_below_search a {
	color: var(--light-blue);
}

@media (min-width: 768px) and (max-width: 991px) {
	.header_search h1 {
		margin-bottom: 25px;
		font-size: 40px;
	}

	.header_search {
		margin-bottom: 109px;
	}
}

@media (max-width: 767px) {
	.text_header_search {
		width: 100%;
		float: none;
		order: 2;
		text-align: center;
	}	

	.hero_image {
		width: 100%;
		max-width: 100%;
		float: none;
		order: 1;
	}

	.header_search {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 60px;
	}

	.header_search h1 {
		text-align: center;
		margin-bottom: 11px;
	}

	.text_below_search {
		display: none;
	}

	.subtitle.mobile_only {
		text-align: center;
		font-size: 24px;
		line-height: 31px;
		margin-bottom: 13px;
	}

	.more_about_wrapper {
		order: 3;
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		cursor: pointer;
		margin-top: 26px;
	}

	.more_icon {
		width: 32px;
		height: 32px;
		margin: auto;
		margin-top: 10px;
		background-image: url(../../img/arrow-circle-down.svg);
		background-repeat: no-repeat;
		background-position: center;
	}

}

@media (max-width: 385px) {
	.subtitle.mobile_only {
		font-size: 22px;
	}
}
