@media (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (max-width : 991px) {
	.main-content {
		margin: 76px auto 0;
	}
	.section-1-text h1{
		font-size: 80px;
	}
	.section-3{
		height: unset;
		margin: 50px 0;
	}
	.section-4{
		height: unset;
		margin: 50px 0;
		padding-bottom: 50px;
	}
	.section-2-text p{
		font-size: 24px;
	}
}

@media only screen and (max-width : 767px) {
	.main-content {
		margin: 61.05px auto 0;
	}
	.section-1-text p{
		font-size: 20px;
	}
	.section-1-text h1{
		font-size: 60px;
	}
	.section-2-text p{
		font-size: 18px;
	}
	.section-1{
		height: 340px;
	}
}

@media only screen and (max-width : 576px) {
	section img{
		max-width: 340px !important;
	}
	.section .phone-1-image, .section .phone-3-image{
		max-width: 360px !important;
	}
}