.section-heading {
	position: relative;
	z-index: 1;
	/* margin-bottom: 50px; */
}
.section-heading p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section-heading h2 {
	margin-bottom: 10px;
	font-size: 36px;
	margin-left: -3px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-heading h2 {
		font-size: 30px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.section-heading h2 {
		font-size: 30px;
	}
}
.section-heading h2 span {
	color: #f15f6f;
}
@media only screen and (max-width:767px) {
	.section-heading h2 {
		font-size: 24px;
	}
}
.section-heading.white h2, .section-heading.white p {
	color: #fff;
}
.section-heading.white h2 span, .section-heading.white p span {
	color: #fff;
}
 