.main{
	text-align: center;
	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;
}
.main img{
	margin-top: 1rem;
}
.main h6{
	color: #0882c4;
	font-size: 1.2rem;
	line-height: 2rem;
}
.main p{
	color: #666666;
	font-size: 1.2rem;
	line-height: 2rem;
}
.main p:last-of-type{
	margin-top: 3rem;
}
