.team-banner{
	padding: 150px 0px;
	background: url('../img/team/team-banner.jpg') center center;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.team-content{
	padding: 80px 0px;
}
.team-content .card-body{text-align: center;}
.team-content .card-body p{margin-bottom: 0; }
.team-content h2{margin-top: 45px; text-align: center; margin-bottom: 20px;}
.team-content .col-lg-12 p{font-size: 18px;}

/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.team-content .col-lg-12 p{font-size: 16px;}
	.team-banner{
		padding: 100px 0px;
	}
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.team-content {
	    padding: 30px 0px;
	}
	.team-content .card{
		margin-bottom: 20px;
	}
}