.wc-futured {
  background: #e6e6e6 none repeat scroll 0 0;
  padding: 70px 0;
}

.wc-futured a.item-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #a14545;
  display: block;
min-height: 289px;
  padding: 50px;
}
.wc-futured a.item-wrap h3 {
  color: #a14545;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.wc-futured a.item-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
min-height: 107px;
  text-align: center;
}
.wc-futured a.item-wrap.mid {
  border-bottom: 4px solid #555555;
}
.wc-futured a.item-wrap:hover {
  text-decoration: none;
}
.wc-futured .arrow::before {
  color: #a54848;
  content: "\f178 ";
  font-family: fontawesome;
  font-size: 20px;
  transition: all 0.5s ease 0s;
}
span.arrow {
  display: block;
  text-align: center;
}
.wc-futured a.item-wrap:hover h3, .wc-futured a.item-wrap:hover .arrow::before {
  color: #000000;
}
.wc-futured a.item-wrap:focus {
  color: #000000;
  text-decoration: none;
}
