
.blue-bdb{
	display: inline-block;
	padding: 0 .75em .5em;
	position: relative;
}
.blue-bdb:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #14A7CC;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
