/* stylelint-disable no-descending-specificity */
#wrapper .share-box h4 {
  float: none;
  line-height: 20px !important;
  margin-top: 0;
  padding: 0;
}
.share-box {
  height: auto;
}
.share-box ul {
  float: none;
  overflow: hidden;
  padding: 0 25px 25px;
  margin-top: 0;
}
.share-box .social-networks {
  text-align: left;
}
