.heading-wrap.light,
.heading-wrap.light h2{
	color: #fff;
}
.heading-wrap.dark h2{
	color: var(--g5-color-secondary);
}
.heading-wrap.s-color,
.heading-wrap.s-color h2{
	color: var(--g5-color-secondary);
}
.heading-wrap h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.heading-wrap.has-underline h2{
	margin-bottom: 40px !important;
	&:after{
		position: absolute;
		content: "";
		border: solid 1px var(--g5-color-accent) ;
		top: 100%;
		width: 60px;
		margin-top: 20px;
		height: 1px;
	}
}
.heading-wrap.text-left{
	h2:after{
		left: 0;
	}
}
.heading-wrap.text-center{
	h2:after{
		left: 50%;
		@include transform(translateX(-50%));
	}
}
.heading-wrap.text-right{
	h2:after{
		right: 0;
	}
}
.heading-wrap .heading-sub-title{
	line-height: 2;
	font-size: 18px;
}