
/*what-you-give*/
.what-you-give h2{
	display: block;
	text-align: center;
	font-size: 47px;
/*    border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;*/
	/*padding: 15px 0;*/
	margin-bottom: 60px;
}
.what-you-give{

}
.what-you-give .column-type-1{
	background-color: #fff5eb;
}
.what-you-give .column-type-2{
	background-color: #0779751f;
}
.what-you-give .column-type-3{
	background-color: #ffedeb;
}
.what-you-give .column{
	background-image: url(/app/images/learning-process/background1.png);
	display: block;
	float: left;
	width: calc(100% / 3);
	background-size: 124px;
	background-attachment: fixed;
}


.what-you-give .item{
	background-color: #fff;
	margin-top: 15px;
	min-height: 132px;
	margin: 30px;
}
.what-you-give .title{
	font-size: 28px;
	text-align: center;
	padding-top: 15px;
	color: #006561;
}
.what-you-give .description{
	padding: 15px;
	min-height: 96px;
	text-align: center;
}
@media(max-width: 1600px){
	.what-you-give .description{
		min-height: 132px;
	}
}
@media(max-width: 1200px){
	.what-you-give .title{
		font-size: 20px;
		font-weight: bold;
	}
	.what-you-give .description {
		min-height: 181px;
	}
}
@media(max-width: 980px){
	.what-you-give .column{
		width: 100%;
	}
	.what-you-give .description{
		min-height: auto;
	}
}

@media(max-width: 760px){
	.what-you-give h2{
		font-size: 28px;
		margin-bottom: 30px;
	}
}
/*what-you-give*/
