.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;
	text-align: center;
}
.our-team__img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.our-team__img2 {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;	
}
.our-team__img3 {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 20px;	
}
.txtv1{
	font-size: 30px;
	text-align: center;
}
.txtv2{
	font-size: 25px;
	text-align: center;
	color: gray;
}
.our-vtas__img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10%;
    margin: auto;
    margin-bottom: 20px;
}
.our-team__txt {
    padding: 10px;
}
.form-text {
	margin-bottom: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 28px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.form-text2 {
	margin-bottom: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.form-opt {
	margin-bottom: 15px;
	font-family: "Helvetica Neue";
	font-size: 18px;
}

.form-text2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #333;
}
.btnf2 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: #FF0000;
    color: white;
    padding: 10px;
    margin: 10px auto;
	cursor: pointer;
}

.foton3 {
    height: 150px;
	cursor: pointer;
}


@media screen and (min-width:480px) {
    .our-team__img {
        width: 150px;
        height: 150px;
    }
	.our-vtas__img {
        width: 300px;
        height: 200px;
    }
}

@media screen and (min-width:768px) {
    .our-team__img {
        width: 170px;
        height: 170px;
    }
	.our-vtas__img {
        width: 250px;
        height: 160px;
    }
	.form-text {
		margin-bottom: 15px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 36px;
		color: #333;
		text-align: left;
		font-weight: bold;
	}
	.form-opt {
		margin-bottom: 15px;
		font-family: "Helvetica Neue";
		font-size: 27px;
	}
	.btnf2 {
		font-size: 28px;
		width: 250px;
	}
	.form-text2 {
		margin-bottom: 15px;
		font-size: 28px;
		color: #333;
		text-align: left;
	}

}

@media screen and (min-width:1024px) {
    .our-team__img {
        width: 220px;
        height: 220px;
    }
	.our-vtas__img {
        width: 450px;
        height: 230px;
    }
    .our-team__title {
        font-size: 2.1em;
    }
	.txtv1{
		font-size: 40px;
	}
	.txtv2{
		font-size: 35px;
	}
}