.home-section{
	text-align: center;
	background-color: #fff;
}
/*.home-section-wrapper{
	border-bottom: 1px solid #ccb06d;
}*/
.home-section-title{
	font-size: 32px;
	padding: 30px 15px;
    /* color: #fff; */
    /*color: #720e0e;*/
    color: #ccb06d;
    /* background-color: #720e0e;*/
}
.home-section-title, .home-section-content{
	/*border: 1px solid #ccb06d;*/
	border-bottom: 0;
}
.home-section-button{
	text-transform: uppercase;
	width: 100%;
}

@media( min-width:768px ) {
	.home-section-title{
		font-size: 60px;
		padding: 50px 30px;
	}
}
@media( min-width:992px ) {
	.home-section{
		padding-left: 60px;
		padding-right: 60px;
	}
}