@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width : 991px) {

}

@media only screen and (max-width : 767px) {
	.section-mobile h2 {
		font-size: 1.75rem;
	}
	.mobiles {
		max-width: 65%;
		margin: 25px 0 50px;
	}
	h1 img {
		width: 90%;
	}
	.links-wrapper img {
		max-width: 50%;
	}
	.section-mobile h3 img {
		max-width: 65%;
	}
	.section-intro {
		padding: 100px 0 0;
	}
	.section-mobile {
		padding: 25px 0 50px;
	}
}