/****** PLACE YOUR CUSTOM STYLES HERE ******/
.super_title{
	font-size: 72px;
	line-height: 80px;
}

h6.green {
	font-size: 16px;
	color: #00C673;
}

@media all and (max-width: 990px) {
	.super_title{
		font-size: 56px;
		line-height: 64px;
	}
}

@media all and (max-width: 767px) {
	.super_title{
		font-size: 40px;
		line-height: 48px;
	}

	h6 {
		margin-bottom: 4px;
	}
}