.team .prsn-box{height:360px;}
.team .photo img{
	width: 70%;
	border-radius:100px;
	border:6px solid #ccc;
	margin:0 auto;
	opacity:0.4;
	transition: width 2s, height 4s;
}
.team .photo img:hover{
	border:6px solid #f45e2b;
	opacity:1;
	width:80%;
}
.team .info{padding:0px 15px;}
.team .info h2{
	text-align: center;
    font-size: 18px;
	margin:10px;
}
.team .info h4{
	text-align: center;
    font-size: 14px;
	margin:-5px 0px 8px;
}
.team .info p, .invst .info p{
	text-align: justify;
    font-size: 12px;
	margin:20px 0px 0px;
}
.invst .prsn-box{height:180px;}
.invst .photo img{
	width: 85%;
	border-radius:100px;
	border:4px solid #ccc;
	transition: width 2s, height 4s;
}
.invst .photo img:hover{
	border:4px solid #f45e2b;
	opacity:1;
	width:95%;
	border-radius:30px;
}
.invst .info h2{
	font-size: 20px;
	color: #f45e2b;
}
.invst .info h4{text-align:left;font-size: 16px;margin:-5px 0px 8px;}
.info span{
	font-size: 12px;
    letter-spacing: 1px;}