@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');


.container-2
{
	max-height: 2540px;
	margin: auto;
	position: relative;
	min-height: 1px;

}

.team {
	min-height: 100vh;
	padding: 60px 15px;
	background-color: #22252a;
	float: left;
	width: 100%;
}

.team .card-2
{
	width: 25%;
	float: left;
	padding: 0px 15px;
}


.team .card-2 .box
{
	padding: 15px;
	background: #2d3035;
	border-radius: 5px;
	transition: margin 1s ease,box-shadow 1s ease;
}
.team .card-2 .box:hover{
	margin-top: 15px;
	box-shadow: 0px 0px 40px black;
}

.team .card-2 .box img{
	width: 150px;
	display: block;
	margin: auto;
	border-radius: 50%;
}

.team .card-2 .box h4{
	font-size: 20px;
	font-family: open Sans;
	margin: 20px 0px 15px;
	color: #ea5e71;
	text-align: center;
	font-weight: 700;

}

.team .card-2 .box h5{
	font-size: 16px;
	font-family: open Sans;
	font-weight: 600;
	color: #b9b9b9;
	margin: 0px 0px 15px;
	text-align: center;

	}

	.team .card-2 .box p{
		font-size: 15px;
		font-family: open sans;
		font-weight: 400;
		color: #b9b9b9;
		text-align: center;
		line-height: 20px;
		padding: 0px 20px;

	}


	@media(max-width: 991px){
		.team .card-2{
			width: 50%;
			margin-bottom: 30px;
		}
	}

@media(max-width: 550px){
	.team .card-2{
		width: 100%;

}









