.section-background{
	background: #273482;
}
.about{
	background: #f3f3f3;
}
.about-detail{
	font-size: 16px;
	color: #000;
	font-weight: 200;
	top: 50%;
/*	transform: translateY(50%);*/
	/*position: absolute;*/
	/*padding-left: 40px;*/
    /*line-height: 22px;*/
}
.section-item-title {
	text-align: center;
}
 .section-item-detail{
	text-align: justify;
}
.about .row:nth-child(4){
	margin-top: 90px;
}
.team{
	background: #ededed;
}
.team-item{
	background: #f3f3f3;
	margin-bottom: 50px;
	text-align: center;
}
.team-img{
	width: 100%;
}
.team-item-name{
	font-size: 24px;
	margin-bottom: 0px;
	padding-top: 20px;
	color:rgb(21 165 80);
}
.team-item-id{
	color: #273482;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top:10px;
}

.blue-col {
    color: #273482;
}
