﻿.bhr{position:relative;}

.bhr_hr1{
	text-align:center;
	margin:30px 0 10px;
}

.bhr_hr1::after{
	content: "";
	display: block;
	background: #ddd;
	height: 1px;
	margin-left: 20%;
	position: absolute;
	top: 50%;
	width: 60%;
	z-index: 1;
}

.bhr__text_hr1{
	display:inline-block;
	vertical-align: middle;
	position: relative;
	z-index:2;
	font-size:20px;
	background-color:#fff;
	padding:5px 15px;
}


.bhr_hr2{
	border-left:3px solid #ddd;
	margin:30px 0 10px;
}

.bhr__text_hr2{
	padding: 0 15px;
	font-size:20px;
	display: block;
}

