.item_wrapper{
  display:flex;
  flex-wrap:wrap;
}
.item_box {
    float: none;
  	width:240px;
}
a.btn{
  font-size:20px;
  background:#f4901b;
  padding:15px;
  max-width:300px;
  margin:30px auto 60px;
}