section{
	
}
.title{
	padding: 10px;
	font-weight: 500;
	padding-bottom: 5px;
	background: #fff;
	position: relative;
}
.title:after{
	content: '';
	display: block;
	height: 2px;
	background: #725224;
	position: absolute;
	width: calc(100vw - 20px);
	bottom: 0;
}
p{
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	background: #fff;
	line-height: 22px;
}
p>img{
	width: 100%;
	margin: 10px 0;
}
footer{
	background: #ededed;
}
.btn{
	margin: 20px;
	flex-shrink: 0;
	background: #78552A;
	border-radius: 50px;
	height:44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}
.btn a{color:#fff;}
