.social-share-cointainer .share .share-btn {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #27b899;
  text-align: center;
}
.social-share-cointainer .share .share-btn .count {
  font-family: 'Helvetica Bold', Arial;
  position: relative;
}
.social-share-cointainer .share .share-btn .count:after {
  content: "SHARES";
  display: block;
  font-size: 8px;
  font-family: "Bliss Regular";
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 6px;
}