	/** Content Section **/
	.main-banner, .main-banner-img{
		position: relative;		
		width: 100%;
		z-index: 0;
		margin-top: 29px;
		max-height: 430px;
	}

	.main-banner-btn {
		position: absolute;		
		bottom: 12%;
		right: 0px;
		z-index: 999;
		width: 30%;
	}

	.content{
		margin-top:20px;
		height:100%;
		padding-bottom: 30px;
		padding-left:30px;	
		margin-bottom:30px;    		
	}

	.content > h4{
		padding-bottom:15px;
	}

	.content p {
		text-align: center;
		font-size: 12pt;
	}
