/*--------------------------------Inicio Estilos Base---------------------------*/
.our-team{
	text-align: center;
	margin-bottom: 20px;
	text-transform: none;
}

.our-team .container--flex{
	align-items: flex-start;
	text-transform: none;
}

.our-team__title{
	font-family: 'LibreBaskerville';
	color: #0092cf;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 15px;
	text-transform: none;
}

.our-team__img{
	width: 200px;
	height: 200px;
	object-fit: contain;
	border-radius: 100%;
	margin: auto;
}

.our-team__txt{
	padding: 20px;
	text-align: justify;
	text-transform: none;
}
/*--------------------------------Fin Estilos Base---------------------------*/
/*-------------------------------- Inicio Estilos Responsive---------------------------*/

@media screen and (min-width:480px){
	.our-team__img{
		width: 150px;
		height: 150px;
		
	}

}

@media screen and (min-width:768px){
	.our-team__img{
		width: 220px;
		height: 220px;
		
	}
	
}


@media screen and (min-width:1024px){
	.our-team__img{
		width: 310px;
		height: 310px;
		font-size: 2.1em;
		
	}

}

@media screen and (min-width:1600px){
	.our-team__img{
		width: 400px;
		height: 400px;
		
	}

}




