.contenedor-equipo{
	text-align: center;
	background: #97cbe7;
}

.header-equipo{
	padding-top: 60px;
	font-size: 20px;
	margin: auto;
	line-height: 50px;
}

.sub-container{
	max-width: 1200px;
	margin: auto;
	padding: 48px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teams{
	margin: 10px;
	padding: 22px;
	max-width: 30%;
	cursor: pointer;
	transition: 0.4s;
	box-sizing: border-box;
}


.teams img{
	width: 200px;
	height: 200px;
}

.name{
	padding: 12px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.design{
	font-style: italic;
	color: #888;
}

.about{
	margin: 20px 0;
	font-weight: lighter;
	color: #4e4e4e;
}

@media screen and (max-width: 600px){
	.teams{
		max-width: 100%;
	}
}