.group_header{
  margin-bottom:20px;
}
.group_header h3{
  color:#3a80b4;
  margin-bottom:15px;
}
.group_header img{
  margin-bottom:15px;
}
.group_header p{
  padding:10px 20px;
}
.group_header a.more{
  display:block;
  width:80%;
  max-width:300px;
  height:36px;
  line-height:36px;
  border-radius:5px;
  text-align:center;
  margin:20px auto;
  background-color:#3a80b4;
  color:#fff;
}