@charset 'utf-8';

.section-tips {
	padding: 30px 0;
	background: #f1f1f1;
}
.section-tips .lead {
	margin: 0 0 60px;
}
.section-tips .lead p {
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
}
.section-tips ul {
	font-size: 0;
	text-align: left;
	width: 851px;
	margin: 0 auto;
	margin-bottom: 55px;
}
.section-tips li {
	display: inline-block;
	vertical-align: top;
	width: 425px;
	box-sizing: border-box;
	margin: 1px 0 0 0;
}
.section-tips li:nth-child(odd) {
	margin: 1px 1px 0 0;
}
.section-tips .title {
	padding: 15px;
	background: #790028;
}
.section-tips h2 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	text-align: left;
	overflow: hidden;
}
.section-tips .image img {
	display: block;
	width: 100%;
}
.section-tips .content {
	background: #fff;
	padding: 20px;
}
.section-tips-post {
	padding: 0 0 60px;
	background: #fff;
}
.section-tips-post .post {
	padding: 0;
	margin: 0 0 55px;
	width: 100%;
}
.section-tips-post .content-header {
	background: #940527;
	padding: 40px 0;
	margin: 0 0 40px;
}
.section-tips-post .content-header h1 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
.section-tips-post .content-body {
	width: 780px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.section-tips {
		padding: 30px;
	}
	.section-tips .lead p {
		font-size: 28px;
		max-height: 100%;
	}
	.section-tips .lead {
		margin: 0 0 30px;
	}
	.section-tips ul {
		width: 100%;
	}
	.section-tips li, 
	.section-tips li:nth-child(odd) {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.section-tips li:first-child {
		margin: 0;
	}
	.section-tips .title {
		padding: 25px;
	}
	.section-tips h2 {
		font-size: 30px;
		line-height: 36px;
		height: auto;
		max-height: 72px;
	}
	.section-tips-post .content-header {
		padding: 30px 0;
	}
	.section-tips-post .content-header h1 {
		font-size: 30px;
		max-height: 100%;
	}
	.section-tips-post .content-body {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.section-tips-post .action {
		padding: 0 30px;
	}
}