h2{
	position: relative;
	padding: 10px 20px;
	font-size:20px;
	text-align:center;
	border-top: solid 1px #325A8C;
	border-bottom: solid 1px #325A8C;
}
h2::before,
h2::after{
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #325A8C;
}
h2::before{left: 10px;}
h2::after{right: 10px;}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}
