.container{
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.wrapper{
  padding: 0 0 40px 0;
}
.card{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease-in-out;
	padding:30px 40px 70px 40px;
	box-sizing:border-box;
	position:relative;
}
.card h3{
	color: #a4651b !important;
    letter-spacing: 0!important;
	line-height:1.5;
	font-size: 22px;
}
.card p{line-height:2;}
.requireList{
	margin: 0 0 15px 20px;
}
.requireList li{
/* 	background:url(../images/dot_16.png) no-repeat top 5px left;
	background-size:8px 8px; */
	padding-left:15px;
	margin-bottom:10px;
}
.joinbtn{
	width:100px;
	height:40px;
	display:block;
	background:#a4651b;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	margin-top:20px;
	position:absolute;
	bottom:20px;
	right:40px;
}
.joinbtn:hover{
	color:#fff!important;
}
.container-fluid {
  padding: 20px;
  }
.box {
  margin-bottom: 20px;
  float: left;
  width: 50%;
  }
  .box img {
  max-width: 100%
}


