.bhr-section .filters {
	margin: 60px 0;
}

.bhr-section .search,
.bhr-section .region,
.bhr-section .type,
.bhr-section .tag,
.bhr-section .county {
	font-size: 17px;
	background-color: #EBEBEB;
	border-radius: 10px;
	max-width: 300px;
	width: 100%;
	padding: 8px 15px;
	border: none;
}

.bhr-section .filters select {
	padding-right: 25px;
}

.bhr-section .filters .select-wrapper {
	max-width: 300px;
	width: 100%;
}

.bhr-section .filters > * {
	margin-right: 5px;
	margin-bottom: 5px;
}

.bhr-section .text1 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #278A99;
	padding: 25px 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.bhr-section .item .line1 {
	vertical-align: middle;
	margin-bottom: 20px;
}

.bhr-section .item .line1-img {
	margin-right: 25px;
	margin-bottom: 10px;
	vertical-align: middle;
	max-width: 170px;
	max-height: 150px;
}

.bhr-section .item .line1-title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: middle;
	max-width: 460px;
	font-family: 'Raleway', sans-serif;
}

.bhr-section .item .description {
	margin-bottom: 30px;
}

.bhr-section .item .contact-item {
	margin-bottom: 10px;
	position: relative;
}

.bhr-section .item .contact-item span {
	display: inline-block;
	padding-left: 45px;
}

.bhr-section .item .contact-item img {
	position: absolute;
	top: 2px;
	left: 0;
	max-height: 25px;
	max-width: 25px;
}

.bhr-section .item:not(:last-child)::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #8C97B2;
	margin: 60px 0;
}

.bhr-section .items .contact-item.phone a,
.bhr-section .items .contact-item.website a {
	color: inherit;
	text-decoration: none;
}

.bhr-section .items .contact-item.phone a:hover,
.bhr-section .items .contact-item.website a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1050px) {
	.bhr-section .filters {
		margin: 20px 0;
	}

	.bhr-section .text1 {
		font-size: 17px;
	}

	.bhr-section .item .line1 {
		text-align: center;
	}

	.bhr-section .item .line1-img {
		margin-right: 0;
	}

	.bhr-section .item .line1-title {
		display: block;
		max-width: 100%;
		font-size: 18px;
	}

	.bhr-section .item .contact-item span {
		font-size: 14px;
	}

	.bhr-section .item:not(:last-child)::after {
		content: '';
		display: block;
		height: 1px;
		background-color: #8C97B2;
		margin: 25px 0;
	}
}

@media screen and (max-width: 500px) {
	.bhr-section .search,
	.bhr-section .region,
	.bhr-section .type,
	.bhr-section .tag,
	.bhr-section .county {
		max-width: 100%;
	}

	.bhr-section .filters .select-wrapper {
		max-width: 100%;
	}
}