/* 
This is the section css for
Tanglewood 
*/

#home-content .centerH2{
	text-align: center;
}
.btnPad .grid3 img{
	display: block;
	margin: 0 auto;
}



@media only screen and (min-width:768px){
	#home-content .first-section, .first-section .row-responsive{
		float: left;
		width: 100%;
		display: flex;
	}
	.first-section .row-responsive .grid6:last-of-type{
		height: 100%;
	}
	.first-section .row-responsive .grid6:last-of-type img{
		position: sticky;
		top: 40px;
	}
}