/* Styling */
.wpbfu-wrap {
  margin-bottom: 0!important
}

a.wpbfu-title::before {
  content: "\2913";
  margin-right: 10px;
  margin-top: 2px
}

a.wpbfu-title {
  display: block;
  color: #ed1b2f;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 0;
  text-transform: none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.wpbfu-title:hover {
  color: #003247
}