.our-team{
	text-align: center;
	margin-bottom: 2px;
}
.our-team .container--flex{
	align-items: flex-start;
}
.our-team__title{
	font-family: 'Montserrat', sans-serif;
	color: #3361FF;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 10px;
}
.our-team__img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 5%;
	margin: auto;
	margin-bottom: 20px;
}
.our-team__txt{
	padding: 10px;
}
/*---------------Estilos  Responsive  480px----------------*/
@media screen and (min-width:480px){
	.our-team__img{
     widows: 150px;
	 height: 150px;
	}
}
/*---------------Estilos  Responsive  786px----------------*/
@media screen and (min-width:786px){
	.our-team__img{
     width: 220px;
	 height: 220px;
	}
}
/*---------------Estilos  Responsive  1024px----------------*/
@media screen and (min-width:786px){
	.our-team__img{
     width: 300px;
	 height: 310px;
	}
	.our-team__title{
		font-size: 1.px;
	}
	
}
/*---------------Estilos  Responsive  1600px----------------*/
@media screen and (min-width:786px){
	.our-team__img{
     widows: 420px;
	 height: 420px;
	}
}