.social-share {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.social-share li {
  display: inline-block;
  padding: 5px;
}
.social-share li i {
  font-size: 30px;
}
