.banner > .bg > div {
    background-image: url("/img/newwrap/about_banner.jpg");
}
.first {
	background-color: #009ee3;
}
.first h3 {
	color:#fff;
	margin-bottom:20px;
}
.features {
	color:#fff;
}

.team {
    background-color: #fff;
    padding: 70px 0 100px;
}
.team h3 {
    max-width:400px;
    margin:0 auto;
}
.team > .inner_center > div {
    display: flex;
    justify-content: center;  
		flex-wrap: wrap;		
}
.team > .inner_center > div > div {
    margin: 50px 15px 0;
    text-align: center;
    width: 300px;
}
.team > .inner_center > div > div > img {
    border: 10px solid #00ffa3;
    border-radius: 65px;
    height: 130px;
    width: 130px;
}
.team > .inner_center > div > div > h4 {
    color: #009ee3;
    font-family: "Poppins",sans-serif;
    font-size: 25px;
}
.team > .inner_center > div > div > p.head {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
}
.team > .inner_center > div > div > p.text {
    font-size: 14px;
    line-height: 20px;
}
.testim > .bg > div {
    background-image: url("/img/newwrap/about_testim.jpg");
}
.testim > .inner_center > div {
    margin-top: 104px;
}