.social-sharing {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.social-sharing .icon {
  height: 20px;
  color: #000000;
  fill: #000000;
}

.share-item {
  display: flex;
  text-decoration: none;
  gap: 5px;
  align-items: center;
}

.social-sharing .share-title {
  color: #000000;
  font-size: 10px;
}
