.main{
	text-align: left;
	box-sizing: border-box;
	padding: 0.5rem;
	position: relative;
	overflow: auto;
}
.main h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #0882c4;
	margin: 1rem 0;
	text-align: center;
}
.main img{
	margin-top: 1rem;
}
.main h5{
	border-left:4px solid #0882c4;
	height: 1rem;
	font-size:1.3rem;
	line-height: 1rem;
	box-sizing: border-box;
	padding-left:8px;
	margin:0.5rem 0;
	font-weight: bold;
	color: #333;
}
.main h6{
	color: #0882c4;
	font-size: 1rem;
	line-height: 1.5rem;
}
.main p{
	color: #666666;
	font-size: 1rem;
	line-height: 1.5rem;
}