
.our-team{
	text-align: center;
	margin-bottom: 5px;
	
}

.our-team .container--flex{
	aling-items:flex-start; /*//     para aliniar///// */
}
.our-team__title{
	/*font-family:Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,' sans-serif';*/
	color : #0A0093;
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 10px;}

.our-team__title1{
	/*font-family:Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,' sans-serif';*/
	color : #0A0093;
	font-weight: bold;
	font-size: 2.5em;
	
}
.our-team__img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 25%;
	margin: auto;
	margin-bottom: 20px;
	
}
.our-team__txt{
	margin-top: -2px;
	padding: 10px;
	text-align: justify;
	font-size: 1.2em;
}
@media screen and (min-width:479px){
	.our-team__img{
		width: 150px;
		height: 150px;
	}
}
@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;
	}
}