/*
	CTA SECTION
--------------- */
#cta-section{
	position:relative;
}
#cta-section:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}
#cta-section .title{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	margin:0 0 15px 0;
}
#cta-section .title,
#cta-section .btn-main{
	position:relative;
	z-index:1;
}
@media(min-width:768px){
	#cta-section .title{
		font-size:30px;
		line-height:34px;
	}
}
@media(min-width:1200px){
	#cta-section .title{
		font-size:40px;
		line-height:44px;
		margin:0 0 30px 0;
	}
}