@media screen and (max-width: 1300px) {
.title h2 {
	font-size: 50px;
}

.title p {
	font-size: 20px;
}

.mainImg {
	max-width: 500px;
	margin: 0 auto 30px;
}

.title i.before_text {
	font-size: 90px;
	top: 18px;
}

.title h2 {}

.title i.before_text.min {
	font-size: 80px;
	top: 21px;
}

.steps> .step> .info> span {
	font-size: 20px;
}

.steps> .step> .info> b {
	font-size: 50px;
	line-height: 84%;
}

}




@media screen and (max-width: 780px) {
	.title h2 {
	font-size: 34px;
}

.title i.before_text {
	font-size: 57px;
	top: 14px;
}

.title p {
	font-size: 18px;
	margin: 10px 0 0;
}

#main {
	padding-top: 50px;
}

.title {
	margin: 0 0 30px;
}

.mainImg {
	padding: 0;
}

.title i.before_text.min {
	font-size: 48px;
	top: 16px;
}

.steps {
	flex-direction: column;
}

.steps> .step> img {
	height: auto;
	width: 100px;
}

.steps> .step {
	gap: 0;
}

.steps {
	gap: 40px;
	margin: 0 0 50px;
}

.steps> .step> .info> b {
	font-size: 36px;
	line-height: 34px;
}

form.form> textarea, form.form> input {
	font-size: 15px;
}

form.form {
	padding: 0 0 50px;
}
}