.brafton-block__list__custom-content.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.brafton-block__list__custom-content.share .card-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 1.2em;
}
.brafton-block__list__custom-content.share .card-meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
}
.brafton-block__list__custom-content.share .card-meta i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.brafton-block__list__custom-content.share .card-title {
  color: #87C1BF;
  font-size: 1rem;
  line-height: 1.5em;
}
.brafton-block__list__custom-content.share .card-title a {
  color: #87C1BF;
  text-decoration: none;
  font-weight: normal;
}
.brafton-block__list__custom-content.share:hover .card-title {
  color: #064754;
}
.brafton-block__list__custom-content.share:hover .card-title a {
  color: #064754;
}
.brafton-block__list__custom-content.share:hover .i {
  color: white;
}