.our-team {
    text-align: center;
    margin-bottom: 20px;
}
.our-team .container__flex {
    align-items: flex-start;
}
.our-team__title {
    font-family: 'Pacifico', cursive;
    color: #DE423A;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;        
}
.containergris{
	background-color: #c9c9c9;
	border-radius: 20px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.txtut1 {
 	font-size: 20px;
	display: inline-block
}
.cars_img {
    width: 450px;
    height: 300px;
    object-fit: cover;
    border-radius: 10%;
}
.cars_imgl {
    width: 250px;
    height: 120px;
    border-radius: 10%;
	display: inline-block;
	vertical-align: middle;
}
.cars_img_full {
    width: 450px;
    height: 220px;
    object-fit: cover;
	margin-top: 10px;
}
.cars_img_avisos {
    width: 100px;
    height: 70px;
	right: 25px;
	position: absolute;
}
.cars_txt {
    text-align: left;
    line-height: 30px;
}
.cars_txt1 {
    margin-top: 20px;
    text-align: left;
}
.cars_txt2 {
    font-weight: bold;
    color: #736565;
    text-align: left;
}
.our-team__img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.our-team__img2 {
		display: inline-flex;
        width: 70px;
        height: 70px;
    }
.otrosavisos-img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    margin: auto;
    margin-bottom: 5px;
}
.our-team__txt {
    padding: 10px;
}
.avi-otros-descrip {
    font-size: 20px;
}
.centrarizq{
	text-align: left;
}
.centrarder{
	text-align: right;
}

.conttxta  {
	display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #E1E1E1;
}

.txtavi25t{
	font-size: 30px;
	color: gray;
	padding: 12px;
}
.txtavi25te{
	font-size: 30px;
	color: black;
	padding: 12px;
}


@media screen and (min-width:480px) {
    .our-team__img {
        width: 150px;
        height: 150px;
    }
	.our-team__img2 {
		display: inline-flex;
        width: 40px;
        height: 40px;
    }
	.cars_img_avisos {
		width: 100px;
		height: 60px;
		right: 0px;
		position: absolute;
	}
}

@media screen and (min-width:768px) {
    .our-team__img {
        width: 220px;
        height: 220px;
    }
	.cars_img_full {
		width: 700px;
		height: 450px;
		object-fit: cover;
	}
	.conttxta  {
		display: flex;
	}
}

@media screen and (min-width:1024px) {
    .our-team__img {
        width: 310px;
        height: 310px;
    }
	.our-team__img2 {
		display: inline-flex;
        width: 100px;
        height: 100px;
    }
    .our-team__title {
        font-size: 2.1em;
    }
	.cars_img_full {
		width: 1300px;
		height: 500px;
		object-fit: cover;
	}
	.cars_img_avisos {
		width: 130px;
		height: 95px;
		margin-right: 40px;
		position: absolute;
	}
	.cars_img {
		width: 100%;
		height: 360px;
	}
	.cars_txt {
		line-height: 40px;
	}
	.txtut1 {
        font-size: 1.5em;
    }
	.containergris{
		text-align: start;
		margin-left: 0px;
    	margin-right: 0px;
    	margin-top: 0px;
	}
}

	
@media screen and (min-width:1600px) {
    .our-team__img {
        width: 420px;
        height: 420px;
    }
}