/*------------- LIGHTBOX -------------*/	
.plan{
	width:90%;
	margin:0 auto;
	padding-top: 5%;
}

	
.textBOX2{
	margin: 0 auto;
	text-align: center;
	background-color: #2282d8;
	width:150px;
	height:150px;
	border-radius:150px;
	-moz-border-radius:150px;
	-webkit-border-radius:150px;
	-ms-border-radius:150px;
	-o-border-radius:150px;
	margin-bottom:10px;
	}

.textBOX2::after{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.textBOX2 img{
	max-width: 75px;
	display: inline-block;
	vertical-align: middle;
}	

p.name{
	text-align:center;
	font-size: 23px;
	color:#2282d8;
	font-weight: 700;
	margin-bottom:5px;}

p {
	text-align: justify;
	font-size: 17px;
	color: #666;
	line-height: 1.7;
}

p.ps {
	font-size: 15px;
	color: #666;
	line-height: 1.5;
}

.plan ul{
	margin-left: -20px;

}

.plan ul li{
	/*list-style-type: decimal;*/
	text-align: justify;
	font-size: 17px;
	color: #666;
	line-height: 1.7;
}


@media screen and (max-width:479px) {
p.name{ font-size: 20px;}
p { font-size: 16px;}
}