.info-wrapper{
	margin-top:125px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.info-head{
	color: white;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 400;
	font-size: 30px;	
}
.info-head span{
	display: inline-block;
	width: 300px;
	background-image: radial-gradient(circle at right, rgb(249, 249, 249), rgb(249, 249, 249) 30px, transparent 5px), radial-gradient(circle at left, rgb(249, 249, 249), rgb(249, 249, 249) 30px, transparent 5px);
    background-color: #0081d1;
}
.info-content{
	border: 1px solid #0081d1;
	min-height: 400px;
	border-radius: 8px;
	padding: 10px 25px;
}
.info-tbd{
	font-size: 50px;
	color: #BBB;
	padding: 160px 0;
	text-align: center;
}
.info-detail{
	color: #BBB;
	padding: 30px 0;
}
.info-detail p{
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}